From: root Date: Tue, 27 Sep 2022 06:56:29 +0000 (+0200) Subject: daily autocommit X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=54152034543dd71c53dc9dc2ce99bda863357a6a;p=config%2Fbruni%2Fetc-mint-new1.git daily autocommit --- diff --git a/.etckeeper b/.etckeeper index 807bacd..a1b1266 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2901,7 +2901,6 @@ 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' maybe chmod 0644 'resolv.conf.dpx' maybe chmod 0644 'resolv.conf.non-dpx' maybe chmod 0755 'resolvconf' @@ -3223,6 +3222,7 @@ maybe chmod 0644 'systemd/networkd.conf' maybe chmod 0644 'systemd/pstore.conf' maybe chmod 0644 'systemd/resolved.conf' maybe chmod 0755 'systemd/resolved.conf.d' +maybe chmod 0644 'systemd/resolved.conf.d/dnssec.conf' maybe chmod 0644 'systemd/sleep.conf' maybe chmod 0755 'systemd/system' maybe chmod 0644 'systemd/system.conf' diff --git a/NetworkManager/system-connections/System bridge br0 b/NetworkManager/system-connections/System bridge br0 index 9560ffb..bd81ada 100644 --- a/NetworkManager/system-connections/System bridge br0 +++ b/NetworkManager/system-connections/System bridge br0 @@ -3,7 +3,7 @@ id=br0 uuid=3a486180-bfcb-4c6b-9f82-9c5cf776fe86 type=bridge interface-name=br0 -timestamp=1664255788 +timestamp=1664256988 [bridge] diff --git a/NetworkManager/system-connections/VPN-DPX.nmconnection b/NetworkManager/system-connections/VPN-DPX.nmconnection index 960dd78..592b9bc 100644 --- a/NetworkManager/system-connections/VPN-DPX.nmconnection +++ b/NetworkManager/system-connections/VPN-DPX.nmconnection @@ -3,7 +3,7 @@ id=DPX uuid=9fbcc573-2951-4611-8351-465adb1308dc type=vpn autoconnect=false -timestamp=1661269845 +timestamp=1661328684 [vpn] gateway=93.188.110.49 @@ -23,6 +23,9 @@ never-default=true route1=77.74.232.0/21,169.254.2.1 route2=93.188.104.0/21,169.254.2.1 route3=217.66.48.0/20,169.254.2.1 +route4=10.0.0.0/8,169.254.2.1 +route5=172.16.0.0/12,169.254.2.1 +route6=192.168.0.0/16,169.254.2.1 [ipv6] addr-gen-mode=stable-privacy diff --git a/resolv.conf b/resolv.conf deleted file mode 100644 index c3eb8f0..0000000 --- a/resolv.conf +++ /dev/null @@ -1,6 +0,0 @@ -search home.brehm-online.com brehm-online.com hennig-berlin.org uhu-banane.de uhu-banane.net -nameserver 127.0.0.1 -nameserver 1.1.1.1 -nameserver 8.8.8.8 -nameserver 8.8.4.4 -options timeout:1 attempts:2 use-vc diff --git a/resolv.conf b/resolv.conf new file mode 120000 index 0000000..697ba64 --- /dev/null +++ b/resolv.conf @@ -0,0 +1 @@ +../run/systemd/resolve/stub-resolv.conf \ No newline at end of file diff --git a/systemd/resolved.conf b/systemd/resolved.conf index 39a4dab..3b73e7e 100644 --- a/systemd/resolved.conf +++ b/systemd/resolved.conf @@ -20,7 +20,7 @@ # Google: 8.8.8.8#dns.google 8.8.4.4#dns.google 2001:4860:4860::8888#dns.google 2001:4860:4860::8844#dns.google # Quad9: 9.9.9.9#dns.quad9.net 149.112.112.112#dns.quad9.net 2620:fe::fe#dns.quad9.net 2620:fe::9#dns.quad9.net #DNS= -FallbackDNS=1.1.1.1 8.8.8.8 9.9.9.9 +FallbackDNS=127.0.0.1 1.1.1.1 8.8.8.8 9.9.9.9 #Domains= Domains=home.brehm-online.com brehm-online.com hennig-berlin.org uhu-banane.de uhu-banane.net #DNSSEC=no diff --git a/systemd/resolved.conf.d/dnssec.conf b/systemd/resolved.conf.d/dnssec.conf new file mode 100644 index 0000000..dea16ca --- /dev/null +++ b/systemd/resolved.conf.d/dnssec.conf @@ -0,0 +1,5 @@ +[Resolve] +DNSSEC=true + + +# vim: filetype=dosini