Skip to content
 
 

Latest commit

 

History

971 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

## OpenWrt opkg feed

Published builds are available as an opkg feed through GitHub Pages:

```sh
wget -O /tmp/fluxproxy-opkg.pub https://shallowhave.github.io/fluxproxy/releases/fluxproxy-opkg.pub
cp /tmp/fluxproxy-opkg.pub "/etc/opkg/keys/$(usign -F -p /tmp/fluxproxy-opkg.pub)"
echo 'src/gz fluxproxy https://shallowhave.github.io/fluxproxy/releases' >> /etc/opkg/customfeeds.conf
opkg update
opkg install luci-app-fluxproxy
```

For APK-based OpenWrt/ImmortalWrt builds:

```sh
wget -O /etc/apk/keys/fluxproxy-apk.pub https://shallowhave.github.io/fluxproxy/releases/fluxproxy-apk.pub
echo 'ndx https://shallowhave.github.io/fluxproxy/releases/Packages.adb' >> /etc/apk/repositories
apk update
apk add luci-app-fluxproxy
```

TODO:
- Subscription page slow response with a large number of nodes
- Refactor nft rules
- Move ACL settings to a dedicated page
- Any other improvements

About

The modern ImmortalWrt proxy platform for ARM64/AMD64 (powered by sing-box)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages