add new host to domain list

This commit is contained in:
Laura Hausmann 2023-05-28 22:45:41 +02:00
parent 0a89a55224
commit 92259bb2d8
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -18,5 +18,5 @@ public class Vars {
public static readonly List<string> ResponseHeaders = new() { "remote-user", "remote-groups", "remote-name", "remote-email" };
public static readonly List<string> PermittedDomains = new() { "ztn.sh", "estrogen.network" };
public static readonly List<string> PermittedDomains = new() { "ztn.sh", "estrogen.network", "hornspace.net" };
}