Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krakodjaba/basic_killswitch
Базовый сценарий для настройки Uncomplicated Firewall (UFW) в сочетании с VPN с целью обеспечения функционала killswitch.
https://github.com/krakodjaba/basic_killswitch
bash-script beginner killswitch ufw-firewall vpn
Last synced: about 2 months ago
JSON representation
Базовый сценарий для настройки Uncomplicated Firewall (UFW) в сочетании с VPN с целью обеспечения функционала killswitch.
- Host: GitHub
- URL: https://github.com/krakodjaba/basic_killswitch
- Owner: krakodjaba
- License: mit
- Created: 2023-11-23T19:07:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:22:11.000Z (6 months ago)
- Last Synced: 2024-08-20T20:38:59.770Z (6 months ago)
- Topics: bash-script, beginner, killswitch, ufw-firewall, vpn
- Language: Shell
- Homepage: https://t.me/telanalysis
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# UFW VPN Killswitch Setup
**Author:** [github.com/krakodjaba](https://github.com/krakodjaba)
**Telegram:** [t.me/telanalysis](https://t.me/telanalysis)## Description
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.
## Installation and Usage Instructions
1. **Install UFW:**
```bash
sudo apt install ufw -y
```
2. **Download Script:**
```
wget https://raw.githubusercontent.com/krakodjaba/basic_killswitch/main/killswitch -O ufw_vpn_killswitch.sh
```
3. **Give a permissions to file:**
```
chmod +x ufw_vpn_killswitch.sh
```
4. **Starting Script:**
```
sudo ./ufw_vpn_killswitch.sh
```
License: This project is distributed under the MIT License.