forked from FF-RGB/ansible
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
*filter
|
||
|
:INPUT ACCEPT [0:0]
|
||
|
:FORWARD ACCEPT [0:0]
|
||
|
-A FORWARD -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
|
||
|
:OUTPUT ACCEPT [0:0]
|
||
|
COMMIT
|