mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-21 23:43:18 +01:00
docs: document --ns-hosts --to-ns and update --dns
--ns-hosts is available since commitd2ee34d71c
("dns: Added --ns-hosts to tunnel only some requests") (released as v0.72), but was never documented. --to-ns is available since commitbe559fc78b
("Fix case where there is no --dns.") after several bugfixes, released as v0.78.4, but was never documented.
This commit is contained in:
parent
d43db80dec
commit
531a17c151
@ -94,7 +94,30 @@ Options
|
|||||||
.. option:: --dns
|
.. option:: --dns
|
||||||
|
|
||||||
Capture local DNS requests and forward to the remote DNS
|
Capture local DNS requests and forward to the remote DNS
|
||||||
server.
|
server. All queries to any of the local system's DNS
|
||||||
|
servers (/etc/resolv.conf) will be intercepted and
|
||||||
|
resolved on the remote side of the tunnel instead, there
|
||||||
|
using the DNS specified via the :option:`--to-ns=` option,
|
||||||
|
if specified.
|
||||||
|
|
||||||
|
.. option:: --ns-hosts=server1[,server2[,server3[...]]]
|
||||||
|
|
||||||
|
Capture local DNS requests to the specified server(s)
|
||||||
|
and forward to the remote DNS server. Contrary to the
|
||||||
|
:option:`--dns` option, this flag allows to specify the
|
||||||
|
DNS server(s) the queries to which to intercept,
|
||||||
|
instead of intercepting all DNS traffic on the local
|
||||||
|
machine. This can be useful when only certain DNS
|
||||||
|
requests should be resolved on the remote side of the
|
||||||
|
tunnel, e.g. in combination with dnsmasq.
|
||||||
|
|
||||||
|
.. option:: --to-ns=server
|
||||||
|
|
||||||
|
The DNS to forward requests to when remote DNS
|
||||||
|
resolution is enabled. If not given, sshuttle will
|
||||||
|
simply resolve using the system configured resolver on
|
||||||
|
the remote side (via /etc/resolv.conf on the remote
|
||||||
|
side).
|
||||||
|
|
||||||
.. option:: --python
|
.. option:: --python
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user