gitea: route ldap over internal network

This commit is contained in:
Sandro - 2022-07-23 02:04:53 +02:00
parent d07eb5eab2
commit 43bdf5cc4e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
networking = {
hostName = "gitea";
hosts = {
"2a00:8180:2c00:282::48" = [ "auth.c3d2.de" ];
"172.20.73.72" = [ "auth.c3d2.de" ];
};
firewall.allowedTCPPorts = [ 80 443 2222 ];
};