You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
285 B
Plaintext

# address for web browsers to use in their proxy settings. Browsers send their
# normal traffic to this port to be proxied.
proxy_addr: ":8080"
# http address for the user app. Users navigate to this address to view their
# prox history.
app_addr: ":9000"
dbpath: "fart_history.db"