From 5f3bb5db82ea16cc99234817ba09999b6a03c8dc Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Mon, 25 Nov 2024 17:52:49 +0100 Subject: [PATCH] remove command features --- scripts/network_tunnel_manager.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/network_tunnel_manager.sh b/scripts/network_tunnel_manager.sh index 75866dd4e2..6bb7d1275d 100644 --- a/scripts/network_tunnel_manager.sh +++ b/scripts/network_tunnel_manager.sh @@ -214,8 +214,6 @@ configure_dns_and_icmp_wg) echo " fetch_and_display_ipv6 - Show IPv6 on default device." echo " apply_iptables_rules - Apply IPtables rules for nymtun0." echo " apply_iptables_rules_wg - Apply IPtables rules for nymwg." - echo " remove_iptables_rules - Remove IPtables rules for nymtun0." - echo " remove_iptables_rules_wg - Remove IPtables rules for nymwg." echo " check_nymtun_iptables - Check IPtables for nymtun0." echo " check_nym_wg_tun - Check IPtables for nymwg." echo " check_ipv6_ipv4_forwarding - Check IPv4 and IPv6 forwarding."