Skip to content

Commit

Permalink
Update proxy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
roelbroersma authored Jul 1, 2024
1 parent a1e5219 commit 26d7e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ while [ $# -gt 0 ]; do
TO_ADDRESS="$value"
;;
--ttl)
TTL=="$value"
TTL="$value"
;;
--debug)
DEBUG="$value"
Expand Down

0 comments on commit 26d7e03

Please sign in to comment.