add the enable ip forwarding method

This commit is contained in:
Tommy Verrall
2024-11-28 10:38:13 +01:00
parent 0b52224917
commit 09633dead1
+4
View File
@@ -209,6 +209,9 @@ joke_through_wg_tunnel)
configure_dns_and_icmp_wg)
configure_dns_and_icmp_wg
;;
adjust_ip_forwarding)
adjust_ip_forwarding
;;
*)
echo "Usage: $0 [command]"
echo "Commands:"
@@ -224,6 +227,7 @@ configure_dns_and_icmp_wg)
echo " joke_through_the_mixnet - Fetch a joke via nymtun0."
echo " joke_through_wg_tunnel - Fetch a joke via nymwg."
echo " configure_dns_and_icmp_wg - Allows icmp ping tests for probes alongside configuring dns"
echo " adjust_ip_forwarding - Enable IPV6 and IPV4 forwarding"
exit 1
;;
esac