X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=trusted-network;h=f396803b72043467f97b64bf86688e6a96c79acf;hb=0d347f93336619d663f1f3cdd771b92df390c494;hp=1b0ee8d8f39f97bcca562b3029fd8bc1b86e3eef;hpb=ce4cacd36c5b5babeea85d0f93771017e6169180;p=distro-setup diff --git a/trusted-network b/trusted-network index 1b0ee8d..f396803 100755 --- a/trusted-network +++ b/trusted-network @@ -40,9 +40,6 @@ i() { # install file rm -rf $tmpdir } -e $script_name -exit 0 - # i symlinked the script to another name to make it work different trust=true case $script_name in @@ -112,8 +109,9 @@ if [[ $gateway_if ]]; then m ifup $gateway_if fi - # at least on systemd 237 ifupdown it sets a global and this is not needed - systemd-resolve --interface=$gateway_if --revert + # At least on systemd 237 ifupdown it sets a global and this is not + # needed. we are way past that, but I dont think it hurts. + resolvectl revert $gateway_if else e $0: no gateway_if found fi