Folders and files
| Name | Name | 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