Created
August 13, 2019 22:41
-
-
Save Digital-Daz/2b079169ce5d7435e8a508300acdcd43 to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
/bin/systemctl stop kamailio | |
/usr/bin/redis-cli flushdb | |
/sbin/iptables-restore < /etc/iptables/rules.v4 | |
/bin/systemctl restart fail2ban | |
/bin/systemctl start kamailio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment