https://github.com/muink/luci-app-alwaysonline
Hijack/bypass Windows NCSI and iOS portal detection on a network level.
https://github.com/muink/luci-app-alwaysonline
alwaysonline fantastic-package luci luci-app openwrt openwrt-package
Last synced: about 1 month ago
JSON representation
Hijack/bypass Windows NCSI and iOS portal detection on a network level.
- Host: GitHub
- URL: https://github.com/muink/luci-app-alwaysonline
- Owner: muink
- License: mit
- Created: 2023-01-19T07:56:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T13:39:35.000Z (5 months ago)
- Last Synced: 2025-04-05T17:43:52.963Z (about 2 months ago)
- Topics: alwaysonline, fantastic-package, luci, luci-app, openwrt, openwrt-package
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LuCI [AlwaysOnline][]
=================Hijack/bypass Windows NCSI and iOS portal detection on a network level.
### How to install
1. Goto ~~[releases](https://github.com/muink/luci-app-alwaysonline/tree/releases)~~ [here](https://fantastic-packages.github.io/packages/)
2. Download the latest version of ipk
3. Login router and goto **System --> Software**
4. Upload and install ipk
5. Reboot if the app is not automatically added in page
6. Goto **Services --> AlwaysOnline**### Build
- 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-alwaysonline.git package/luci-app-alwaysonline
pushd package/luci-app-alwaysonline
umask 022
git checkout
popd
# Select the package LuCI -> Applications -> luci-app-alwaysonline
make menuconfig
# Start compiling
make package/luci-app-alwaysonline/compile V=99
```[AlwaysOnline]: https://github.com/muink/openwrt-alwaysonline
### License
- This project is licensed under the MIT license