Last active
December 27, 2015 10:29
-
-
Save Ky6uk/7311063 to your computer and use it in GitHub Desktop.
FUCK THE BEELINE
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
# Some crap of my ferm.conf | |
table mangle { | |
chain FORWARD { | |
# FUCK THE BEELINE | |
of ppp+ proto tcp tcp-flags (SYN RST) SYN mod tcpmss mss 1421:65496 TCPMSS clamp-mss-to-pmtu; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment