PeDitX Repository

English | فارسی | 中文 | Русский

Binary distribution of PeDitX/openwrt-passwall built with official OpenWRT SDK.

Build and Release Scan openwrt-passwall Version

Install via OPKG

  1. Add new opkg key:
    wget -O passwall.pub https://repo.peditxdl.ir/passwall-packages/passwall.pub
    opkg-key add passwall.pub
  2. Add opkg repository:
    read 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
    OR
    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
  3. Install package:
    opkg update
    opkg install luci-app-passwall
    or
    opkg update
    opkg install luci-app-passwall2

Manual Install

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.