update config.toml and bumb version

This commit is contained in:
int 80h
2020-07-11 15:01:31 -04:00
parent 7f3248e92d
commit b3879e3733
2 changed files with 4 additions and 1 deletions

View File

@@ -33,6 +33,9 @@ usrdir = true
# proxy is optional
# path is what comes after the hostname e.g. example.com/path
proxy = { path = "localhost:1966" }
# proxy_all is optional
# It will send all requests to the specified server. It also supports streamming.
proxy_all = localhost:1967
# redirect is optional
redirect = { "/redirect" = "/", "/newdomain" = "gemini://example.net" }