# 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>
--- /dev/null
+#
+# 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;
+}