Added and fixed host location in nEdge (#9681)

This commit is contained in:
Matteo Biscosi 2025-09-22 13:45:50 +02:00
parent 03570377c1
commit 9772c8f0e7
13 changed files with 411 additions and 26 deletions

View file

@ -1347,7 +1347,7 @@ local function validateApplicationsList(l)
end
local function validateLocation(l)
if l == "wan" or l == "lan" then
if l == "wan" or l == "lan" or l == "unknown" or l == "all" then
return true
end