{"id":19702987,"url":"https://github.com/muink/luci-app-natmapt","last_synced_at":"2025-04-29T14:30:37.458Z","repository":{"id":92854433,"uuid":"559588548","full_name":"muink/luci-app-natmapt","owner":"muink","description":"LuCI Support for natmapt","archived":false,"fork":false,"pushed_at":"2025-03-06T01:54:28.000Z","size":272,"stargazers_count":34,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T17:43:59.646Z","etag":null,"topics":["fantastic-package","luci","luci-app","natmap","openwrt","openwrt-package"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-30T15:28:34.000Z","updated_at":"2025-03-10T10:28:44.000Z","dependencies_parsed_at":"2024-08-06T15:10:28.413Z","dependency_job_id":"14ef42e1-587d-4ec9-94ec-4eb058817be4","html_url":"https://github.com/muink/luci-app-natmapt","commit_stats":null,"previous_names":["muink/luci-app-natmapt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muink%2Fluci-app-natmapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muink%2Fluci-app-natmapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muink%2Fluci-app-natmapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muink%2Fluci-app-natmapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muink","download_url":"https://codeload.github.com/muink/luci-app-natmapt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251518734,"owners_count":21602203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fantastic-package","luci","luci-app","natmap","openwrt","openwrt-package"],"created_at":"2024-11-11T21:16:42.961Z","updated_at":"2025-04-29T14:30:37.447Z","avatar_url":"https://github.com/muink.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# luci-app-natmap\nTCP/UDP port mapping for full cone NAT\n\n\u003e [NATMap][] project is used to establish a TCP/UDP port mapping from ISP NAT public address to local private address. If all layers of NAT are full cones (NAT-1), any host can access internal services through the mapped public address.\n\n## Features included outside of NATMap\n- [x] NAT Type Test\n- [x] Automatically configure the Firewall\n- [x] Transparent Port forward (Forward port = 0)\n- [x] Refresh the listen port of the BT Client (Forward port = 0)\n- [x] Port update notify script\n- [x] A Record update script\n- [x] AAAA Record update script\n- [x] SRV Record update script\n- [x] HTTPS Record update script\n- [ ] SVCB Record update script\n\n## Screenshots\n\n![0](.img/0.png \"0\")\n\n## Depends\n\n1. [natmapt][]\n2. coreutils-timeout\n3. [stuntman-client][]\n\n## How to install\n\n1. Go to [here](https://fantastic-packages.github.io/packages/)\n2. Download the latest version of ipk\n3. Login router and goto **System --\u003e Software**\n4. Upload and install ipk\n5. Reboot if the app is not automatically added in page\n6. Goto **Network --\u003e NATMap**\n\n## Build\n\nCompile from OpenWrt/LEDE SDK\n\n```\n# Take the x86_64 platform as an example\ntar xjf openwrt-sdk-21.02.3-x86-64_gcc-8.4.0_musl.Linux-x86_64.tar.xz\n# Go to the SDK root dir\ncd OpenWrt-sdk-*-x86_64_*\n# First run to generate a .config file\nmake menuconfig\n./scripts/feeds update -a\n./scripts/feeds install -a\n# Get Makefile\ngit clone --depth 1 --branch master --single-branch --no-checkout https://github.com/muink/luci-app-natmapt.git package/luci-app-natmapt\npushd package/luci-app-natmapt\numask 022\ngit checkout\npopd\n# Select the package LuCI -\u003e Applications -\u003e luci-app-natmapt\nmake menuconfig\n# Start compiling\nmake package/luci-app-natmapt/compile V=99\n```\n\n## Collaborators\n\n[Richard Yu](https://github.com/ysc3839)\\\n[Anya Lin](https://github.com/muink)\n\n[NATMap]: https://github.com/heiher/natmap\n[natmapt]: https://github.com/muink/openwrt-natmapt\n[stuntman-client]: https://github.com/muink/openwrt-stuntman\n\n## License\n\nThis project is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuink%2Fluci-app-natmapt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuink%2Fluci-app-natmapt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuink%2Fluci-app-natmapt/lists"}