LuCI Natter
Open Port under FullCone NAT (NAT 1)
- Automatically configure the Firewall
- NAT Loopback support
- Transparent Port forward (Dynport)
- Refresh the listen port of the BT Client
- Port update notify script
-
Domain 302 Redirect update script - A Record update script
- SRV Record update script
- HTTPS Record update script
- SVCB Record update script
- The better choice: luci-app-natmapt
- Goto
releaseshere - Download the latest version of ipk
- Login router and goto System --> Software
- Upload and install ipk
- Reboot if the app is not automatically added in page
- Goto Network --> Natter
- Compile from OpenWrt/LEDE SDK
# Take the x86_64 platform as an example
tar xjf openwrt-sdk-21.02.3-x86-64_gcc-8.4.0_musl.Linux-x86_64.tar.xz
# Go to the SDK root dir
cd OpenWrt-sdk-*-x86_64_*
# First run to generate a .config file
make menuconfig
./scripts/feeds update -a
./scripts/feeds install -a
# Get Makefile
git clone --depth 1 --branch master --single-branch --no-checkout https://github.com/muink/luci-app-natter.git package/luci-app-natter
pushd package/luci-app-natter
umask 022
git checkout
popd
# Select the package LuCI -> Applications -> luci-app-natter
make menuconfig
# Start compiling
make package/luci-app-natter/compile V=99
- This project is licensed under the GPL-3.0