This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
table ip nat { | |
chain DOCKER { | |
iifname "docker0" counter packets 0 bytes 0 return | |
} | |
chain PREROUTING { | |
type nat hook prerouting priority dstnat; policy accept; | |
fib daddr type local counter packets 170 bytes 31777 jump DOCKER | |
} |
OlderNewer