Skip to content

Releases: Yniphe/Soya-ASN-Router

v0.1.0-r16

Choose a tag to compare

@github-actions github-actions released this 12 Jun 10:15

OpenWrt packages for v0.1.0-r16.

v0.1.0-r15

Choose a tag to compare

@github-actions github-actions released this 16 May 14:50

v0.1.0-r15

Bugfix release for interface-group failover on OpenWrt.

Changed

  • Fixed UCI list parsing for interface groups. Values like interface='wg0' 'tun0' are now read as wg0 and tun0, without stray quote characters in status or health checks.
  • Bumped soya-asn-router package release to 0.1.0-r15.
  • Included the ASN preset text file as a release asset.

Packages

  • OpenWrt 24.10.4, target mediatek/filogic: .ipk packages.
  • OpenWrt 25.12.2, target mediatek/filogic: .apk packages.

Quick install for OpenWrt 25.12.2 mediatek/filogic

cd /tmp

wget -O soya-asn-router-0.1.0-r15.apk \
  https://github.com/Yniphe/Soya-ASN-Router/releases/download/v0.1.0-r15/openwrt-25.12.2-mediatek-filogic-soya-asn-router-0.1.0-r15.apk

wget -O luci-app-soya-asn-router-r15.apk \
  https://github.com/Yniphe/Soya-ASN-Router/releases/download/v0.1.0-r15/openwrt-25.12.2-mediatek-filogic-luci-app-soya-asn-router-26.136.52279.79b8e2d.apk

apk add --allow-untrusted --force-overwrite \
  /tmp/soya-asn-router-0.1.0-r15.apk \
  /tmp/luci-app-soya-asn-router-r15.apk

/etc/init.d/soya-asn-router restart

ASN preset URL:

https://github.com/Yniphe/Soya-ASN-Router/releases/download/v0.1.0-r15/soya-asn-router-asns.txt

v0.1.0-r14

Choose a tag to compare

@github-actions github-actions released this 15 May 23:20

OpenWrt packages for Soya ASN Router v0.1.0-r14.

What's New

  • Added custom IPv4/CIDR route overrides in LuCI and the backend.
  • Custom routes can target a normal interface or an interface group.
  • Custom route nftables rules are applied after ASN rules, so exact overrides can beat broader ASN prefixes.
  • Route preview now shows custom route counts.
  • PKG_RELEASE is r14.

Assets

  • OpenWrt 24.10.4 mediatek/filogic .ipk packages.
  • OpenWrt 25.12.2 mediatek/filogic .apk packages.
  • SHA256SUMS covers all package assets in this release.
  • ASN preset list: soya-asn-router-asns.txt.

v0.1.0-r13

Choose a tag to compare

@github-actions github-actions released this 15 May 23:10

OpenWrt packages for v0.1.0-r13.

v0.1.0-r12

Choose a tag to compare

@github-actions github-actions released this 15 May 22:51

OpenWrt packages for v0.1.0-r12.

v0.1.0-r11

Choose a tag to compare

@github-actions github-actions released this 15 May 22:30

OpenWrt packages for v0.1.0-r11.

v0.1.0-r9

Choose a tag to compare

@Yniphe Yniphe released this 03 May 10:59

Soya ASN Router v0.1.0-r9

OpenWrt package update for mediatek/filogic routers.

Changed

  • Added ASN import from HTTP/HTTPS URL.
  • Added duplicate ASN cleanup in UCI config.
  • Added RPC/LuCI support for URL import and config deduplication.
  • Existing ASN rows are normalized by ASN value before sync.
  • Package release bumped to 0.1.0-r9.

Assets

Use the package set matching your OpenWrt version and target:

  • openwrt-24.10.4-mediatek-filogic-*.ipk
  • openwrt-25.12.2-mediatek-filogic-*.apk if produced by the release workflow
  • SHA256SUMS

Optional ASN import list:

  • soya-asn-router-asns.txt

Direct import URL:

https://github.com/Yniphe/Soya-ASN-Router/releases/download/v0.1.0-r9/soya-asn-router-asns.txt

Install on OpenWrt 24.10.4

opkg install /tmp/openwrt-24.10.4-mediatek-filogic-soya-asn-router_0.1.0-r9_aarch64_cortex-a53.ipk
opkg install /tmp/openwrt-24.10.4-mediatek-filogic-luci-app-soya-asn-router_*.ipk
/etc/init.d/rpcd restart
/etc/init.d/soya-asn-router restart

v0.1.0-r8

Choose a tag to compare

@github-actions github-actions released this 03 May 04:56

OpenWrt packages for v0.1.0-r8.

v0.1.0-r10

Choose a tag to compare

@Yniphe Yniphe released this 03 May 11:09

Soya ASN Router v0.1.0-r10

OpenWrt package update for mediatek/filogic routers.

Changed

  • Reworked ASN URL import in LuCI: the import button now opens a modal dialog.
  • The import dialog reads URL and target interface directly from modal fields, avoiding the transient form value bug from r9.
  • Package release bumped to 0.1.0-r10.

Assets

Package assets are built and uploaded by GitHub Actions for the matching OpenWrt release and target.

Optional ASN import list:

  • soya-asn-router-asns.txt

Direct import URL:

https://github.com/Yniphe/Soya-ASN-Router/releases/download/v0.1.0-r10/soya-asn-router-asns.txt

Install on OpenWrt 24.10.4

After the release workflow finishes, use the openwrt-24.10.4-mediatek-filogic-*.ipk assets:

opkg install /tmp/openwrt-24.10.4-mediatek-filogic-soya-asn-router_0.1.0-r10_aarch64_cortex-a53.ipk
opkg install /tmp/openwrt-24.10.4-mediatek-filogic-luci-app-soya-asn-router_*.ipk
/etc/init.d/rpcd restart
/etc/init.d/soya-asn-router restart