# Usage:
#   connmand [OPTION...]
# 
# Help Options:
#   -h, --help                  Show help options
# 
# Application Options:
#   -c, --config=FILE           Load the specified configuration file instead of /etc/connman/main.conf
#   -d, --debug=DEBUG           Specify debug options to enable
#   -i, --device=DEV            Specify networking device or interface
#   -I, --nodevice=DEV          Specify networking interface to ignore
#   -p, --plugin=NAME,...       Specify plugins to load
#   -P, --noplugin=NAME,...     Specify plugins not to load
#   -W, --wifi=NAME             Specify driver for WiFi/Supplicant
#   -n, --nodaemon              Don't fork daemon to background
#   -r, --nodnsproxy            Don't enable DNS Proxy
#   --nobacktrace               Don't print out backtrace information
#   -v, --version               Show version information and exit
# 
CONNMAND_OPTS="-r"
