Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.