mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-03 21:30:13 +00:00
rename bypass_ip to bypass (#66)
This commit is contained in:
parent
d75488f1d8
commit
c1ea5f1af2
5 changed files with 12 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
run() {
|
||||
if [ -n "$BYPASS_IP" ]; then
|
||||
BYPASS_IP="--bypass-ip $BYPASS_IP"
|
||||
BYPASS_IP="--bypass $BYPASS_IP"
|
||||
fi
|
||||
|
||||
if [ -n "$DNS" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue