Allow using no-udp option in vhosts

Signed-off-by: Grigory Trenin <grigory.trenin@gmail.com>
This commit is contained in:
Grigory Trenin
2026-04-14 13:26:32 -04:00
parent 4a0a087996
commit db125634b8
14 changed files with 197 additions and 6 deletions
-1
View File
@@ -246,7 +246,6 @@ def main():
# are per-user only and don't appear in the global sample.config — skip those.
PER_USER_ONLY = {
"iroute", "hostname", "explicit-ipv4", "explicit-ipv6",
"no-udp",
"ipv4-dns", "ipv6-dns", "ipv4-nbns", "ipv6-nbns",
}
for opt in sorted(user_in_code):