# Options for microsocks SOCKS5 proxy server
# See microsocks -h for available options
#
# Examples:
#   Listen on specific address and port:
#     MICROSOCKS_OPTIONS="-i 127.0.0.1 -p 1080"
#   With authentication:
#     MICROSOCKS_OPTIONS="-u user -P password"
#   With auth-once mode and whitelist:
#     MICROSOCKS_OPTIONS="-1 -u user -P password -w 127.0.0.1"

MICROSOCKS_OPTIONS="-i 127.0.0.1"
