From ce09b9db43c2112b893b641000a5fdc298d077af Mon Sep 17 00:00:00 2001 From: William Frank Date: Thu, 3 Feb 2022 17:28:41 -0500 Subject: [PATCH] fix line length due to limitation --- sshuttle/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshuttle/helpers.py b/sshuttle/helpers.py index d74e7cc..7794cf2 100644 --- a/sshuttle/helpers.py +++ b/sshuttle/helpers.py @@ -89,7 +89,7 @@ def resolvconf_nameservers(systemd_resolved): # second file will fail. files = ['/etc/resolv.conf'] if systemd_resolved: - # If it's systemd based system - do not capture the stub service. Only remote servers + # If it's systemd based system - do not capture the stub service files = ['/run/systemd/resolve/resolv.conf'] nsservers = []