mirror of https://github.com/status-im/consul.git
Mention that PTR queries get sent to all resolvers
This commit is contained in:
parent
1db6ab6f39
commit
316f0ea729
|
@ -179,6 +179,9 @@ mapping.
|
|||
[root@localhost ~]# iptables -t nat -A OUTPUT -d localhost -p tcp -m tcp --dport 53 -j REDIRECT --to-ports 8600
|
||||
```
|
||||
|
||||
Note: With this setup, PTR record queries will still be sent out
|
||||
to the other configured resolvers in addition to Consul.
|
||||
|
||||
### iptables Setup
|
||||
|
||||
On Linux systems that support it, incoming requests and requests to
|
||||
|
|
Loading…
Reference in New Issue