https://github.com/muink/luci-app-einat
LuCI Support for einat-ebpf
https://github.com/muink/luci-app-einat
einat-ebpf fantastic-package fullcone fullcone-nat luci luci-app nat openwrt openwrt-package
Last synced: about 1 month ago
JSON representation
LuCI Support for einat-ebpf
- Host: GitHub
- URL: https://github.com/muink/luci-app-einat
- Owner: muink
- License: mit
- Created: 2024-05-11T11:01:55.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-28T01:12:38.000Z (2 months ago)
- Last Synced: 2025-04-05T17:44:00.021Z (about 2 months ago)
- Topics: einat-ebpf, fantastic-package, fullcone, fullcone-nat, luci, luci-app, nat, openwrt, openwrt-package
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luci-app-einat
> [einat-ebpf][] project is an eBPF application implements an "Endpoint-Independent Mapping" and "Endpoint-Independent Filtering" NAT(network address translation) on TC egress and ingress hooks.
## Depends
1. [openwrt-einat-ebpf][]
## Releases
You can find the prebuilt-ipks [here](https://fantastic-packages.github.io/packages/)## Build
```shell
# Take the x86_64 platform as an example
tar xjf openwrt-sdk-23.05.3-x86-64_gcc-12.3.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-einat.git package/luci-app-einat
pushd package/luci-app-einat
umask 022
git checkout
popd
# Select the package LuCI -> Applications -> luci-app-einat
make menuconfig
# Start compiling
make package/luci-app-einat/compile V=99
```[einat-ebpf]: https://github.com/EHfive/einat-ebpf
[openwrt-einat-ebpf]: https://github.com/muink/openwrt-einat-ebpf## License
This project is licensed under the MIT license