PeDitX Repository
English | فارسی | 中文 | Русский
Binary distribution of PeDitX/openwrt-passwall built with official OpenWRT SDK.
Install via OPKG
- Add new opkg key:
wget -O passwall.pub https://repo.peditxdl.ir/passwall-packages/passwall.pub opkg-key add passwall.pub
- Add opkg repository:
ORread release arch << EOF $(. /etc/openwrt_release ; echo ${DISTRIB_RELEASE%.*} $DISTRIB_ARCH) EOF for feed in passwall_luci passwall_packages passwall2; do echo "src/gz $feed https://repo.peditxdl.ir/passwall-packages/releases/packages-$release/$arch/$feed" >> /etc/opkg/customfeeds.conf done
read arch << EOF $(. /etc/openwrt_release ; echo $DISTRIB_ARCH) EOF for feed in passwall_luci passwall_packages passwall2; do echo "src/gz $feed https://repo.peditxdl.ir/passwall-packages/snapshots/packages/$arch/$feed" >> /etc/opkg/customfeeds.conf done
- Install package:
oropkg update opkg install luci-app-passwall
opkg update opkg install luci-app-passwall2
Manual Install
- Download prebuilt ipk file from PeDitX Repo.
- Upload file to your router, install it with shell command.
opkg install luci-app-passwall*.ipk
Acknowledgement
This project is heavily inspired by kuoruan/openwrt-v2ray.
Special Thanks:
© 2018–2024 PeDitX. All rights reserved.
For support or inquiries, join us on Telegram.