Closed pedorich-n closed 1 year ago
If the port set in the UI is TCP + UDP, then override address lookup fails because proto isn't Both. This should fix the issue. Let me know if there's a better way to achieve this without an additional check.
TCP + UDP
proto
Both
Good catch, thank you for the fix.
If the port set in the UI is
TCP + UDP
, then override address lookup fails becauseproto
isn'tBoth
. This should fix the issue. Let me know if there's a better way to achieve this without an additional check.