Nobody asked docker to override dns servers, yet it does
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d8b4efb68a
commit
87b7aeca1e
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@
|
|||
-A OUTPUT -p udp -m udp -d 10.5.126.21 --dport 53 -j ACCEPT
|
||||
-A OUTPUT -p udp -m udp -d 10.5.126.22 --dport 53 -j ACCEPT
|
||||
|
||||
# Docker is CRAZY and forces Google DNS upon us.....
|
||||
-A OUTPUT -p udp -m udp -d 8.8.8.8 --dport 53 -j ACCEPT
|
||||
-A OUTPUT -p udp -m udp -d 8.8.4.4 --dport 53 -j ACCEPT
|
||||
|
||||
# bastion smtp
|
||||
-A OUTPUT -p tcp -m tcp -d 10.5.126.12 --dport 25 -j ACCEPT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue