Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muink/openwrt-alwaysonline
Hijack/bypass Windows NCSI and iOS portal detection on a network level.
https://github.com/muink/openwrt-alwaysonline
alwaysonline fantastic-package fw3 fw4 iptables nftables nginx openwrt openwrt-package
Last synced: 9 days ago
JSON representation
Hijack/bypass Windows NCSI and iOS portal detection on a network level.
- Host: GitHub
- URL: https://github.com/muink/openwrt-alwaysonline
- Owner: muink
- License: mit
- Created: 2023-01-13T13:11:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T04:01:55.000Z (3 months ago)
- Last Synced: 2024-08-14T05:22:36.160Z (3 months ago)
- Topics: alwaysonline, fantastic-package, fw3, fw4, iptables, nftables, nginx, openwrt, openwrt-package
- Language: Shell
- Homepage:
- Size: 59.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
openwrt-alwaysonline
====================> AlwaysOnline is a HTTP and DNS server which mocks a lot network/internet/portal detection servers.
## Introduction
This project is the software package of [alwaysonline][] running on OpenWrt## 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-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/openwrt-alwaysonline.git package/alwaysonline
pushd package/alwaysonline
umask 022
git checkout
popd
# Select the package Network -> alwaysonline
make menuconfig
# Start compiling
make package/alwaysonline/compile V=99
```## License
This project is licensed under the MIT license[alwaysonline]: https://github.com/Jamesits/alwaysonline