From 335a6897f5b0879ee147ffedc477c1987911023c Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sat, 20 Jul 2019 00:09:49 +0200 Subject: [PATCH] daily autocommit --- .etckeeper | 2 ++ ppp/forticlientsslvpn.cleanup.tmp | 1 + resolv.conf.sslvpn.backup | 19 +++++++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 ppp/forticlientsslvpn.cleanup.tmp create mode 100644 resolv.conf.sslvpn.backup diff --git a/.etckeeper b/.etckeeper index 031b1b4..f7d2fa2 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2482,6 +2482,7 @@ maybe chgrp 'dip' 'ppp' maybe chmod 0755 'ppp' maybe chmod 0600 'ppp/chap-secrets' maybe chmod 0644 'ppp/forticlientsslvpn.backup.tmp' +maybe chmod 0644 'ppp/forticlientsslvpn.cleanup.tmp' maybe chmod 0755 'ppp/ip-down' maybe chmod 0755 'ppp/ip-down.d' maybe chmod 0755 'ppp/ip-down.d/0000usepeerdns' @@ -2552,6 +2553,7 @@ maybe chmod 0755 'request-key.d' maybe chmod 0644 'request-key.d/cifs.idmap.conf' maybe chmod 0644 'request-key.d/cifs.spnego.conf' maybe chmod 0644 'request-key.d/id_resolver.conf' +maybe chmod 0644 'resolv.conf.sslvpn.backup' maybe chmod 0755 'resolvconf' maybe chmod 0755 'resolvconf/update-libc.d' maybe chmod 0755 'resolvconf/update-libc.d/avahi-daemon' diff --git a/ppp/forticlientsslvpn.cleanup.tmp b/ppp/forticlientsslvpn.cleanup.tmp new file mode 100644 index 0000000..fc4a2cc --- /dev/null +++ b/ppp/forticlientsslvpn.cleanup.tmp @@ -0,0 +1 @@ +route=del,93.188.110.49,255.255.255.255,0,10.12.11.254,br0 diff --git a/resolv.conf.sslvpn.backup b/resolv.conf.sslvpn.backup new file mode 100644 index 0000000..32716ff --- /dev/null +++ b/resolv.conf.sslvpn.backup @@ -0,0 +1,19 @@ +# This file is managed by man:systemd-resolved(8). Do not edit. +# +# This is a dynamic resolv.conf file for connecting local clients to the +# internal DNS stub resolver of systemd-resolved. This file lists all +# configured search domains. +# +# Run "systemd-resolve --status" to see details about the uplink DNS servers +# currently in use. +# +# Third party programs must not access this file directly, but only through the +# symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a different way, +# replace this symlink by a static file or a different symlink. +# +# See man:systemd-resolved.service(8) for details about the supported modes of +# operation for /etc/resolv.conf. + +nameserver 127.0.0.53 +options edns0 +search home.brehm-online.com home.hennig-berlin.org brehm-online.com hennig-berlin.org uhu-banane.de -- 2.39.5