]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
daily autocommit
authorFrank Brehm <frank@brehm-online.com>
Tue, 6 Dec 2016 02:10:05 +0000 (03:10 +0100)
committerFrank Brehm <frank@brehm-online.com>
Tue, 6 Dec 2016 02:10:05 +0000 (03:10 +0100)
cups/subscriptions.conf
ike/iked.conf [new file with mode: 0644]
ike/iked.dhcp [new file with mode: 0644]

index 8ed402e82442bc225ec4e82f95decc3a2ffcdd3d..ab87ebe3b45fb136d1022cee9d5cce3e941b632e 100644 (file)
@@ -1,20 +1,12 @@
 # Subscription configuration file for CUPS v2.1.4
-# Written by cupsd on 2016-12-04 14:49
+# Written by cupsd on 2016-12-05 14:53
 NextSubscriptionId 327
-<Subscription 325>
-Events printer-changed
-Owner root
-LeaseDuration 86400
-Interval 60
-ExpirationTime 1480945711
-NextEventId 1
-</Subscription>
 <Subscription 326>
 Events all
 Owner anonymous
 Recipient dbus://
 LeaseDuration 86400
 Interval 0
-ExpirationTime 1480945711
+ExpirationTime 1481032051
 NextEventId 1
 </Subscription>
diff --git a/ike/iked.conf b/ike/iked.conf
new file mode 100644 (file)
index 0000000..f1dfdff
--- /dev/null
@@ -0,0 +1,20 @@
+#
+# sample client iked.conf file
+#
+
+daemon
+{
+       # bind to ports
+       socket ike 500;
+       socket natt 4500;
+
+       # log output
+       log_level info;
+       log_file "/var/log/iked.log";
+#      pcap_decrypt "/var/log/ike-decrypt.pcap";
+#      pcap_encrypt "/var/log/ike-encrypt.pcap";
+
+       # retry settings
+       retry_delay 10;
+       retry_count 2;
+}
diff --git a/ike/iked.dhcp b/ike/iked.dhcp
new file mode 100644 (file)
index 0000000..e70a7dd
--- /dev/null
@@ -0,0 +1 @@
+ea:db:c6:4e:7a:4b
\ No newline at end of file