summaryrefslogtreecommitdiffstats
path: root/sshuttle/assembler.py
diff options
context:
space:
mode:
authorvieira <vieira@yubo.be>2016-05-03 00:18:32 +0000
committervieira <vieira@yubo.be>2016-05-03 00:18:32 +0000
commit495b3c39eac62b855d24652d4b657d8714727d78 (patch)
treede3dbeebea5d68c56f8d5c0ff71e4b2ec44ed12e /sshuttle/assembler.py
parentf3cbc5018a2d04ab68c0ef040e83acac5392342d (diff)
Seed hosts without auto hosts
A possible implementation for the change requested in #94, so that seed hosts can be used without auto hosts. In this scenario only the specified hosts (or ips) will be looked up (or rev looked up).
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 137331e..c063dc6 100644
--- a/sshuttle/assembler.py
+++ b/sshuttle/assembler.py
@@ -34,4 +34,4 @@ sshuttle.helpers.verbose = verbosity
import sshuttle.cmdline_options as options
from sshuttle.server import main
-main(options.latency_control)
+main(options.latency_control, options.auto_hosts)