diff options
author | Ray Wang <r@hev.cc> | 2023-03-22 21:51:35 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-03-27 19:45:54 +0800 |
commit | feccbf86124724d30e2e95773c4defb01b6b5732 (patch) | |
tree | 15a2665161873a2f4f4ef6e229c2a61610d4a4d4 /net | |
parent | fc73886b456e0b9ccadf155231bced63106e73fe (diff) |
natmap: update to 20230322
Signed-off-by: Ray Wang <r@hev.cc>
Diffstat (limited to 'net')
-rw-r--r-- | net/natmap/Makefile | 4 | ||||
-rw-r--r-- | net/natmap/files/natmap.config | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/natmap/Makefile b/net/natmap/Makefile index 4f79967ac..7c70475b3 100644 --- a/net/natmap/Makefile +++ b/net/natmap/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=natmap -PKG_VERSION:=20221225 +PKG_VERSION:=20230322 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/heiher/natmap/releases/download/$(PKG_VERSION) -PKG_HASH:=cc19a5b876fd75424619ae90aa6b0414a438c1f6f55537b9b28f1c23d925f6ff +PKG_HASH:=d1abe36eb4deac725e2d20674590fc726b8c79d21b053b40059b093592fd8b8a PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com> PKG_LICENSE:=MIT diff --git a/net/natmap/files/natmap.config b/net/natmap/files/natmap.config index 01328c1bb..6e8862b33 100644 --- a/net/natmap/files/natmap.config +++ b/net/natmap/files/natmap.config @@ -4,7 +4,7 @@ config natmap option udp_mode '1' option interface '' option interval '' - option stun_server 'stun.stunprotocol.org' + option stun_server 'stunserver.stunprotocol.org' option http_server 'example.com' option port '8080' option forward_target '' |