Skip to content

Commit

Permalink
iptables.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
subzero9319 authored May 31, 2024
1 parent 2be2645 commit 8137ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iptables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ port_to_port() {
echo "Local Tunnel ipv6 to ipv4"
publicIP=$(hostname -I | awk '{print $1}')
PS3='Your current session is? '
options=("KharejIP" "IranIP" "Reset Network" "Back")
options=("Config KharejIP" "Config IranIP" "Reset Network" "Back")
select opt in "${options[@]}"; do
case $opt in
"Config IranIP")
Expand Down

0 comments on commit 8137ba1

Please sign in to comment.