Skip to content

Commit

Permalink
Update squid-proxy-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
slyfox1186 authored Oct 21, 2024
1 parent 0f4dca2 commit 00996e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ interactive_config() {
dns_servers="${dns_servers:-"1.1.1.1 1.0.0.1"}"

read -p "Enter SSH port (default: 31500): " ssh_port_input
ssh_port="${ssh_port_input:-22}"
ssh_port="${ssh_port_input:-31500}"
}

configure_squid() {
Expand Down

0 comments on commit 00996e9

Please sign in to comment.