Created
October 22, 2020 12:15
-
-
Save sysadminbp/6b78214e747b599d5a1d62e6e1f21b45 to your computer and use it in GitHub Desktop.
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
| -A DOCKER-USER -s 1.1.1.1/32 -i eth0 -p tcp -m tcp -m conntrack --ctorigdstport 8080 -j ACCEPT | |
| -A DOCKER-USER -s 2.2.2.2/32 -i eth0 -p tcp -m tcp -m conntrack --ctorigdstport 8080 -j ACCEPT | |
| -A DOCKER-USER -i eth0 -p tcp -m tcp -m conntrack --ctorigdstport 8080 -j DROP | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment