mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-08-09 15:54:56 +02:00
fix line length due to limitation
This commit is contained in:
@ -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 = []
|
||||
|
Reference in New Issue
Block a user