This commit is contained in:
Your Name 2024-08-25 15:11:05 -06:00
parent ee5bbdef13
commit d5843f08c7

View File

@ -62,6 +62,9 @@ wireguard-networking() {
$NFT add rule nat postrouting oif wg0 iif enp11s0
$NFT add rule nat postrouting oif enp11s0 iif wg0
$NFT add rule nat postrouting masquerade
$NFT add rule filter forward iifname wg0 oif enp11s0 $NFT_ACCEPT
$NFT add rule filter forward iifname enp11s0 oif wg0 $NFT_ACCEPT
$NFT add rule ip filter input ip saddr 192.168.5.0/24 $NFT_ACCEPT
}
attacker-protection() {
@ -350,6 +353,7 @@ start() {
dns
cups
syncthingServer
#syncthing
blockCountry
jellyfin
wireguard-networking