config_query_option TOR_OPTS 'Enable code for directories to collect per-country statistics?' n  \
                             '--enable-geoip-stats' \
                             '--disable-geoip-stats' &&

config_query_option TOR_OPTS 'Enable iPhone support?' n  \
                             '--enable-iphone' \
                             '--disable-iphone' &&
config_query_string TOR_USERGROUP 'Which user/group to use for tor?' 'tor' &&

TOR_OPTS="$TOR_OPTS --with-tor-user=$TOR_USERGROUP --with-tor-group=$TOR_USERGROUP"
