diff --git a/Cargo.toml b/Cargo.toml index 75b46db..5bea80e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gemserv" -version = "0.4.3" +version = "0.4.4" authors = ["int 80h "] edition = "2018" diff --git a/config.toml b/config.toml index 7931657..8d1a9e4 100644 --- a/config.toml +++ b/config.toml @@ -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" }