configs/tailnet: only allow europa to modify the dns

This commit is contained in:
Aaron Bieber 2024-08-23 13:47:26 -06:00
parent b856d91b8c
commit 9ebf53a1f9
No known key found for this signature in database

View File

@ -43,6 +43,11 @@ let
};
acls = [
{
action = "accept";
src = [ "europa" ];
dst = [ "tsns:443" ];
}
{
action = "accept";
src = [ "*" ];
@ -117,6 +122,10 @@ let
];
tests = [
{
src = "gitle";
deny = [ "tsns:443" ];
}
{
src = "gitle";
allow = [ "tsns:53" ];