summaryrefslogtreecommitdiffstats
path: root/sshuttle/assembler.py
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2021-07-15 11:47:57 +1000
committerGitHub <noreply@github.com>2021-07-15 11:47:57 +1000
commitbd00a530dde4ec71aa5bc08984e33241b8b7eaa4 (patch)
tree283d1006e8bb52aeb3f2348a7ad7b0fb817400fd /sshuttle/assembler.py
parent6ae0b51c61b43d7ac76b59248da0d2c127308c71 (diff)
parentbc065e368d9888a2f5816e5a498dfe33cb5dca8a (diff)
Merge pull request #661 from skuhl/no-ttl
Remove ttl hack & require -r option.
Diffstat (limited to 'sshuttle/assembler.py')
-rw-r--r--sshuttle/assembler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshuttle/assembler.py b/sshuttle/assembler.py
index 2d09a50..011baa2 100644
--- a/sshuttle/assembler.py
+++ b/sshuttle/assembler.py
@@ -42,4 +42,4 @@ import sshuttle.cmdline_options as options # noqa: E402
from sshuttle.server import main # noqa: E402
main(options.latency_control, options.latency_buffer_size,
options.auto_hosts, options.to_nameserver,
- options.auto_nets, options.ttl)
+ options.auto_nets)