public-access-proxy: cleanup

This commit is contained in:
Sandro - 2023-12-16 18:49:45 +01:00
parent 5a544052f1
commit 959a51ec41
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 10 deletions

View File

@ -13,10 +13,6 @@
services.proxy = {
enable = true;
proxyHosts = [ {
hostNames = [ "vps1.nixvita.de" "vps1.codetu.be" "nixvita.de" ];
proxyTo.host = "172.20.73.51";
matchArg = "-m end";
} {
hostNames = [ "auth.c3d2.de" ];
proxyTo.host = hostRegistry.auth.ip4;
} {
@ -47,12 +43,6 @@
host = "172.20.73.69";
};
matchArg = "-m end";
} {
hostNames = [ "c3d2.host.dresden.zone" ];
proxyTo = {
host = "172.20.73.73";
};
matchArg = "-m end";
} {
hostNames = [ "bind.serv.zentralwerk.org" ];
proxyTo.host = hostRegistry.bind.ip4;