upstream4: add gemini to forwardPorts

This commit is contained in:
Astro 2022-03-04 21:28:51 +01:00
parent bdca123b99
commit f49b08a8d2
1 changed files with 8 additions and 2 deletions

View File

@ -7,18 +7,24 @@ in
site.hosts = {
upstream1 = {
forwardPorts = [
{
{ # http
destination = "${servHosts.public-access-proxy}:80";
proto = "tcp";
reflect = true;
sourcePort = 80;
}
{
{ # https
destination = "${servHosts.public-access-proxy}:443";
proto = "tcp";
reflect = true;
sourcePort = 443;
}
{ # gemini
destination = "${servHosts.c3d2-web}:1965";
proto = "tcp";
reflect = true;
sourcePort = 1965;
}
{
destination = dn42;
proto = "udp";