mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 07:53:43 +01:00
fix line length due to limitation
This commit is contained in:
parent
16b1401194
commit
ce09b9db43
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user