mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-08-09 18:01:49 +08:00
Allow using no-udp option in vhosts
Signed-off-by: Grigory Trenin <grigory.trenin@gmail.com>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user