############################################ # Enable remote control of the daemon # # Set an authentication password first with: # sudo /etc/init.d/jondodaemon passwd ############################################ ENABLE_CONTROL_PORT="no" CONTROL_LISTEN_ADDRESS=localhost CONTROL_LISTEN_PORT=4004 ###################################### # Proxy settings for outgoing traffic ###################################### USE_PROXY="no" # PROXY_HOST=server.tld # PROXY_PORT=8080 USE_PROXY_AUTH="no" # PROXY_USER="username" # PROXY_PASS="password" ##################################### # Anti-Censorchip-Forwarder settings ##################################### ENABLE_FORWARDER="no" FORWARDER_LISTEN_PORT=4005 ##################################### # You can disable the local proxy by # set this to "no", if you only want # to run an anti-censorship forwarder. ##################################### ENABLE_JONDONYM="yes"