12 lines
215 B
Bash
12 lines
215 B
Bash
# Main
|
|
PROXY=[user@]server[:port]
|
|
|
|
# Proxy settings
|
|
PROXY_LOCAL_PORT=30501
|
|
|
|
# VPN settings
|
|
#SUBNETS=0.0.0.0/0
|
|
#SUBNETS=192.168.0.0/24 192.168.1.0/24
|
|
#EXCLUDE_SUBNETS=10.0.0.0/24 10.0.1.0/24
|
|
#REDIRECT_DNS=0|no|false
|