sshuttle/tests/client
Jose M Perez 794b14eaac tproxy: Apply DNS rules first
Having --dst-type LOCAL rules before DNS ones forces the usage of a
dnsmasq-like program to retrigger DNS requests directed locally
because they are fast-tracked through the firewall and ignored by
sshuttle.

As dns options documentation state that they capture the requests no
matter the server, and other methods and older versions behave
consistently, change the iptables rules to apply DNS ones first.
2023-10-04 08:11:52 +11:00
..
test_firewall.py Fix tests 2023-08-07 20:00:32 +10:00
test_helpers.py This test broke in Python3.11 2022-08-29 19:52:10 +10:00
test_methods_nat.py Fix tests 2023-08-07 20:00:32 +10:00
test_methods_pf.py Fix tests 2023-08-07 20:00:32 +10:00
test_methods_tproxy.py tproxy: Apply DNS rules first 2023-10-04 08:11:52 +11:00
test_options.py test a wildcarded host acceptable 2022-02-10 23:32:43 +09:00
test_sdnotify.py feat: remove mock from test dependencies. 2021-01-17 15:42:55 +11:00