Created
January 19, 2018 08:41
-
-
Save SkaTeMasTer/82b8e228418dec879c477dcee12f4bae to your computer and use it in GitHub Desktop.
Speed up pihole by dropping incoming https with 433
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
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