natmap: allow binding to a port or port range

Signed-off-by: Ray Wang <r@hev.cc>
This commit is contained in:
Ray Wang
2024-08-16 22:40:45 +08:00
committed by Tianling Shen
parent 1019631a5a
commit 5a33fe0524
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ validate_section_natmap() {
'interval:uinteger' \
'stun_server:host' \
'http_server:host' \
'port:portrange' \
'port:or(port,portrange)' \
'forward_target:host' \
'forward_port:port' \
'notify_script:file' \