To connect protection on your server, you need to run the script we provided, storm.sh, with the command “./storm.sh start”.
First, make the file executable with the command: “chmod +x storm.sh”.
Add the following to your firewall exceptions:
185.121.240.0/22
193.84.78.0/24
103.134.155.0/24
188.0.150.0/24
193.104.120.0/24
For example, you can use the following commands:
iptables -I INPUT -s 185.121.240.0/22 -j ACCEPT
iptables -I INPUT -s 193.84.78.0/24 -j ACCEPT
iptables -I INPUT -s 103.134.155.0/24 -j ACCEPT
iptables -I INPUT -s 188.0.150.0/24 -j ACCEPT
iptables -I INPUT -s 193.104.120.0/24 -j ACCEPT
We recommend adding this script to startup for automatic tunnel lifting after server reboot. If you have any questions or need assistance with setting up and configuring protection, please let us know through the chat on the website or the inquiry form in your personal account.