mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-03-29 21:58:59 +03:00
big update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# nftables blacklists
|
||||
|
||||
Short: ready-to-use nftables blacklist files (general and VK-only, separated by IPv4/IPv6).
|
||||
Short: ready-to-use nftables set files (general and VK-only, separated by IPv4/IPv6).
|
||||
|
||||
## Download links
|
||||
|
||||
@@ -15,7 +15,7 @@ Short: ready-to-use nftables blacklist files (general and VK-only, separated by
|
||||
|
||||
### 1) Protect VM from incoming connections (general blacklists)
|
||||
|
||||
Load either mixed or split general files:
|
||||
Load either mixed or split general set files:
|
||||
|
||||
```bash
|
||||
sudo nft -f blacklist.nft
|
||||
@@ -34,7 +34,7 @@ sudo nft add rule inet filter input ip6 saddr @blacklist_v6 counter reject
|
||||
|
||||
### 2) Block VK outbound traffic for VPN clients via NAT/FORWARD
|
||||
|
||||
Load either mixed or split VK files:
|
||||
Load either mixed or split VK set files:
|
||||
|
||||
```bash
|
||||
sudo nft -f blacklist-vk.nft
|
||||
|
||||
Reference in New Issue
Block a user