From b3879e3733188b92c4492828374865403e78c250 Mon Sep 17 00:00:00 2001 From: int 80h Date: Sat, 11 Jul 2020 15:01:31 -0400 Subject: [PATCH] update config.toml and bumb version --- Cargo.toml | 2 +- config.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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" }