jerrita 3 months ago
parent
commit
f4905e52a4
1 changed files with 1 additions and 5 deletions
  1. 1 5
      networking/firewall.nft

+ 1 - 5
networking/firewall.nft

@@ -1,13 +1,9 @@
 #!/usr/sbin/nft -f
 
 define ncn_list = {
-    # fake-ip
     198.18.0.0/16,
-
     8.8.8.8/32,
     1.1.1.1/32,
-
-    # telegram
     91.108.4.0/22,
     91.108.8.0/22,
     91.108.12.0/22,
@@ -17,7 +13,7 @@ define ncn_list = {
     91.108.192.0/22,
     149.154.160.0/20,
     185.76.151.0/24,
-};
+}
 
 table inet global {
     flowtable f {