Author: github.com/krakodjaba
Telegram: t.me/telanalysis
This script is designed to quickly set up the Uncomplicated Firewall (UFW) with a killswitch feature in conjunction with VPN. The killswitch ensures traffic blocking if the VPN connection is lost, enhancing the security of your network.
- Install UFW:
sudo apt install ufw -y
- Download Script:
wget https://raw.githubusercontent.com/krakodjaba/basic_killswitch/main/killswitch -O ufw_vpn_killswitch.sh
- Give a permissions to file:
chmod +x ufw_vpn_killswitch.sh
- Starting Script:
sudo ./ufw_vpn_killswitch.sh
License: This project is distributed under the MIT License.