Skip to content

Commit

Permalink
natmap: allow binding to a port or port range
Browse files Browse the repository at this point in the history
Signed-off-by: Ray Wang <r@hev.cc>
  • Loading branch information
heiher authored and 1715173329 committed Aug 16, 2024
1 parent 1019631 commit 5a33fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/natmap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=natmap
PKG_VERSION:=20240813
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/heiher/natmap/releases/download/$(PKG_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion net/natmap/files/natmap.init
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 5a33fe0

Please sign in to comment.