gluon-iptables-clamp-mss-to-pmtu: clamp mss on all mesh interfaces for all destinations to pmtu

This commit is contained in:
Christof Schulze 2018-11-05 20:53:05 +01:00
parent eda3aa3333
commit b90d214da9
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
*mangle
-A FORWARD -o mesh-vpn -p tcp -m tcp --tcp-flags SYN,RST SYN -d 64:ff9b::/96 -j TCPMSS --clamp-mss-to-pmtu
-A FORWARD -o mesh-vpn+ -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
COMMIT