feat: v0.2.0-rc

This commit is contained in:
2024-03-30 16:42:22 +08:00
parent 5bfa8c9f9f
commit 6f7e7276b2
4 changed files with 11 additions and 16 deletions

View File

@@ -65,7 +65,7 @@ fn build_services(server: &Server, proxy_config: &ProxyConfig) -> Vec<Box<dyn Se
&server.configuration,
&listen_address,
lookup_dns,
&proxy_tls,
proxy_tls,
host_configs,
)));
}