Skip to content

Instantly share code, notes, and snippets.

@SkaTeMasTer
Created January 19, 2018 08:41
Show Gist options
  • Save SkaTeMasTer/82b8e228418dec879c477dcee12f4bae to your computer and use it in GitHub Desktop.
Save SkaTeMasTer/82b8e228418dec879c477dcee12f4bae to your computer and use it in GitHub Desktop.
Speed up pihole by dropping incoming https with 433
iptables -A INPUT -p tcp --destination-port 443 -j REJECT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment