<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/natmap/files, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-09-27T05:22:16Z</updated>
<entry>
<title>natmap: update to 20250924</title>
<updated>2025-09-27T05:22:16Z</updated>
<author>
<name>Ray Wang</name>
</author>
<published>2025-08-23T03:33:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c16fdd7e2b51ef41372368d83a98e62e40b2d2da'/>
<id>urn:sha1:c16fdd7e2b51ef41372368d83a98e62e40b2d2da</id>
<content type='text'>
Upstream changelog:
https://github.com/heiher/natmap/releases/tag/20250924

Signed-off-by: Ray Wang &lt;git@hev.cc&gt;
</content>
</entry>
<entry>
<title>natmap: allow binding to a port or port range</title>
<updated>2024-08-16T15:06:58Z</updated>
<author>
<name>Ray Wang</name>
</author>
<published>2024-08-16T14:40:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5a33fe052479f1ac7f607fc098c5154aa571eb2a'/>
<id>urn:sha1:5a33fe052479f1ac7f607fc098c5154aa571eb2a</id>
<content type='text'>
Signed-off-by: Ray Wang &lt;r@hev.cc&gt;
</content>
</entry>
<entry>
<title>natmap: update to 20240813</title>
<updated>2024-08-15T06:56:43Z</updated>
<author>
<name>Ray Wang</name>
</author>
<published>2024-08-13T15:15:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7e52cafc1655c8b5c678a4e2d95ce72a1acff6cf'/>
<id>urn:sha1:7e52cafc1655c8b5c678a4e2d95ce72a1acff6cf</id>
<content type='text'>
Signed-off-by: Ray Wang &lt;r@hev.cc&gt;
</content>
</entry>
<entry>
<title>treewide: use config_get_bool instead of config_get enabled</title>
<updated>2024-05-25T19:00:50Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2024-05-11T07:30:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4c4a7bd31da51e3040a5da55c504c5e97ac150e4'/>
<id>urn:sha1:4c4a7bd31da51e3040a5da55c504c5e97ac150e4</id>
<content type='text'>
The config_get_bool function parses not just the 1 but on/yes, true/false or enabled/disabled.

Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>natmap: add log_std{out,err} options</title>
<updated>2024-04-24T09:54:03Z</updated>
<author>
<name>Ray Wang</name>
</author>
<published>2024-04-20T14:53:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5abbd3bcb2362963a2cc49c0a9de78dd5c5af185'/>
<id>urn:sha1:5abbd3bcb2362963a2cc49c0a9de78dd5c5af185</id>
<content type='text'>
Introduce `log_stdout` and `log_stderr` options for managing logging output.

Signed-off-by: Ray Wang &lt;r@hev.cc&gt;
</content>
</entry>
<entry>
<title>natmap: update to 20230322</title>
<updated>2023-03-27T11:45:54Z</updated>
<author>
<name>Ray Wang</name>
</author>
<published>2023-03-22T13:51:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=feccbf86124724d30e2e95773c4defb01b6b5732'/>
<id>urn:sha1:feccbf86124724d30e2e95773c4defb01b6b5732</id>
<content type='text'>
Signed-off-by: Ray Wang &lt;r@hev.cc&gt;
</content>
</entry>
<entry>
<title>natmap: fix service not stopped when disabled in luci</title>
<updated>2022-12-26T04:28:52Z</updated>
<author>
<name>Richard Yu</name>
</author>
<published>2022-12-26T04:28:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8111d494749ad1f56218852fb9a587e99c173870'/>
<id>urn:sha1:8111d494749ad1f56218852fb9a587e99c173870</id>
<content type='text'>
luci removes `enable` option when disabled,
fix by setting default value to 0.

Signed-off-by: Richard Yu &lt;yurichard3839@gmail.com&gt;
</content>
</entry>
<entry>
<title>natmap: add forward_port option</title>
<updated>2022-12-21T09:50:18Z</updated>
<author>
<name>Richard Yu</name>
</author>
<published>2022-12-21T09:50:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cd51b58efdfa689f282e808c14a6f8b054eedb57'/>
<id>urn:sha1:cd51b58efdfa689f282e808c14a6f8b054eedb57</id>
<content type='text'>
The bind port (-b) can be used with forward port (-p),
so expose this option in config file.

Signed-off-by: Richard Yu &lt;yurichard3839@gmail.com&gt;
</content>
</entry>
<entry>
<title>natmap: merge "ipv4" and "ipv6" options into single "family" option</title>
<updated>2022-12-07T07:18:09Z</updated>
<author>
<name>Richard Yu</name>
</author>
<published>2022-12-07T07:18:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=190e04caf69746b862dafdff7b16f539f86a7544'/>
<id>urn:sha1:190e04caf69746b862dafdff7b16f539f86a7544</id>
<content type='text'>
Signed-off-by: Richard Yu &lt;yurichard3839@gmail.com&gt;
</content>
</entry>
<entry>
<title>natmap: add new package</title>
<updated>2022-12-05T08:03:51Z</updated>
<author>
<name>Richard Yu</name>
</author>
<published>2022-12-05T08:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e691a25cb3398b83bedc9581ef119382760cfacc'/>
<id>urn:sha1:e691a25cb3398b83bedc9581ef119382760cfacc</id>
<content type='text'>
NATMap is a program for opening port behind full cone NAT (NAT-1),
without the need for using UPnP or another port forward settings.

More details can be found at original repo: https://github.com/heiher/natmap

Signed-off-by: Richard Yu &lt;yurichard3839@gmail.com&gt;
</content>
</entry>
</feed>
