Explorar el Código

chore(nftables.ut): drop useless detection

Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen hace 2 años
padre
commit
6955855ecf
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      root/usr/share/unblockneteasemusic/nftables.ut

+ 0 - 2
root/usr/share/unblockneteasemusic/nftables.ut

@@ -20,7 +20,6 @@ set acl_neteasemusic_https {
 	{% endif %}
 }
 
-{% if (hijack_ways === 'use_ipset'): %}
 set neteasemusic {
 	type ipv4_addr;
 	flags interval;
@@ -61,4 +60,3 @@ chain netease_cloud_music_redir {
 	tcp dport 80 counter redirect to :{{ http_port }};
 	tcp dport 443 counter redirect to :{{ https_port }};
 }
-{% endif %}