Skip to content

Instantly share code, notes, and snippets.

@hakanensari
Last active November 10, 2023 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakanensari/13515ba153e34c3d7474e42d265a62fb to your computer and use it in GitHub Desktop.
Save hakanensari/13515ba153e34c3d7474e42d265a62fb to your computer and use it in GitHub Desktop.
don't drop packets in country.is
echo "net.netfilter.nf_conntrack_max=524288" > /etc/sysctl.d/10-conntrack-max.conf
echo "net.netfilter.nf_conntrack_tcp_timeout_established=300" > /etc/sysctl.d/10-conntrack-tcp-timeout-established.conf
echo "nf_conntrack" >> /etc/modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment