sshuttle/sshuttle
Scott Kuhl 31f059883c Fix: Allow --to-ns and --ns-host without --dns.
If the user specifies --to-ns (tells the remote server which DNS
server to use for lookups coming from sshuttle), then either --ns-host
or --dns need to also be used (route DNS requests through sshuttle).

A previous commit incorrectly made it so --to-ns and --ns-host
couldn't be successfully used together.

Attempts to fix #641.
2021-05-21 17:47:38 -04:00
..
methods firewall: Allow overriding the TTL 2021-03-05 08:53:53 +11:00
__init__.py Use argparse for command line options 2016-03-22 13:12:59 +11:00
__main__.py Fix installation from wheel 2016-01-17 10:21:21 +11:00
assembler.py firewall: Allow overriding the TTL 2021-03-05 08:53:53 +11:00
client.py Fix: Allow --to-ns and --ns-host without --dns. 2021-05-21 17:47:38 -04:00
cmdline.py firewall: Allow overriding the TTL 2021-03-05 08:53:53 +11:00
firewall.py Flush systemd DNS cache on startup and exit. 2021-05-05 12:24:58 -04:00
helpers.py Refactor debug, log and Fatal messages. 2021-01-01 19:32:48 +11:00
hostwatch.py Refactor debug, log and Fatal messages. 2021-01-01 19:32:48 +11:00
linux.py Fix firewall setup/teardown failure on xtable lock 2021-03-18 09:41:21 +01:00
options.py options: make sure ttl is of integer type 2021-03-20 12:26:17 +01:00
sdnotify.py Refactor debug, log and Fatal messages. 2021-01-01 19:32:48 +11:00
server.py firewall: Allow overriding the TTL 2021-03-05 08:53:53 +11:00
ssh.py Improve error messages related to sshuttle server. (#580) 2021-01-04 08:35:10 +11:00
ssnet.py --latency-buffer-size now impacts server's buffer. 2021-01-23 10:01:42 +11:00
ssyslog.py Close stdin, stdout, and stderr when using syslog or forking to daemon (#283) 2018-11-01 09:27:50 +11:00
stresstest.py Fix PEP8 issues. 2015-11-16 09:10:02 +11:00
sudoers.py Warn about adding sshuttle to sudoers. 2021-05-07 14:13:56 -04:00