From 0f88a7fb052a276f5ef725061a44f05f374dfce2 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 9 Mar 2022 18:11:35 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- openfortivpn/config | 1 + resolv.conf | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/openfortivpn/config b/openfortivpn/config index 1e856c0..b631cb2 100644 --- a/openfortivpn/config +++ b/openfortivpn/config @@ -4,5 +4,6 @@ host = 93.188.110.49 port = 443 username = frank.brehm password = strasse1 +# password = EMsiWgsus99* realm = pp-its trusted-cert = 6344e6bd4e30df1a4fbb438eeac5faac56a99b017c0821ebb35ea85e3e017510 diff --git a/resolv.conf b/resolv.conf index c3eb8f0..9a0c1ae 100644 --- a/resolv.conf +++ b/resolv.conf @@ -1,6 +1,5 @@ -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 +search pixelpark.net pixelpark.com pixelpark.de brehm-online.com uhu-banane.net pp-dns.com +nameserver 77.74.232.24 +nameserver 77.74.232.25 +nameserver 93.188.104.82 options timeout:1 attempts:2 use-vc -- 2.39.5