From 05f4c61b2b4c14a141fffb02e270c60fc65d887b Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sat, 23 Apr 2016 13:20:05 +0200 Subject: [PATCH] daily autocommit --- bind/named.conf | 20 ++++++++++++++++++++ cups/printers.conf | 2 +- cups/subscriptions.conf | 16 ++++++++++++---- 3 files changed, 33 insertions(+), 5 deletions(-) diff --git a/bind/named.conf b/bind/named.conf index b2a21b19..f71d4148 100644 --- a/bind/named.conf +++ b/bind/named.conf @@ -210,6 +210,26 @@ zone "7.b.d.1.8.f.6.0.1.0.0.2.ip6.arpa" IN { }; }; +zone "0.31.172.in-addr.arpa" IN { + type forward; + forwarders { + 138.201.28.135; + 185.48.118.128; + 162.254.24.33; + 185.102.95.107; + }; +}; + +zone "0.0.0.1.6.0.0.3.1.7.1.0.8.f.4.0.1.0.a.2.ip6.arpa" IN { + type forward; + forwarders { + 138.201.28.135; + 185.48.118.128; + 162.254.24.33; + 185.102.95.107; + }; +}; + #zone "home.brehm-online.com" IN { # type forward; # forwarders { diff --git a/cups/printers.conf b/cups/printers.conf index 05b1ce52..28282a0b 100644 --- a/cups/printers.conf +++ b/cups/printers.conf @@ -1,5 +1,5 @@ # Printer configuration file for CUPS v2.0.3 -# Written by cupsd on 2016-04-17 11:15 +# Written by cupsd on 2016-04-23 13:18 # DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING UUID urn:uuid:37ccb9f9-f39f-3442-414c-7de19e42748d diff --git a/cups/subscriptions.conf b/cups/subscriptions.conf index 0effb900..f31bd789 100644 --- a/cups/subscriptions.conf +++ b/cups/subscriptions.conf @@ -1,12 +1,20 @@ # Subscription configuration file for CUPS v2.0.3 -# Written by cupsd on 2016-04-21 11:11 -NextSubscriptionId 266 - +# Written by cupsd on 2016-04-23 13:18 +NextSubscriptionId 268 + +Events printer-changed +Owner root +LeaseDuration 86400 +Interval 60 +ExpirationTime 1461496703 +NextEventId 1 + + Events all Owner anonymous Recipient dbus:// LeaseDuration 86400 Interval 0 -ExpirationTime 1461316237 +ExpirationTime 1461496703 NextEventId 1 -- 2.39.5