clanCore/zerotier: quote "or" keyword in attrset

This commit is contained in:
Jörg Thalheim
2024-11-08 12:28:24 +01:00
committed by Mic92
parent 8504a0e674
commit e7930f4f4d

View File

@@ -250,7 +250,7 @@ in
rules = [ rules = [
{ {
not = false; not = false;
or = false; "or" = false;
type = "ACTION_ACCEPT"; type = "ACTION_ACCEPT";
} }
]; ];