vodasams57
Results
1
issues of
vodasams57
To allow responses for outbound connections initiated by internal containers you suggest the following rules: ``` -A DOCKER-USER -j DROP -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -d 192.168.0.0/16 -A...