Skip to content

Anti-censorship firmware, based on OpenWrt(en).

Notifications You must be signed in to change notification settings

xwings/xwingswrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat on Telegram


Customized OpenWRT firmware, build for national level harden Internet acess. LANG=EN mostly.

Firmware includes :-

  • Linux Kernel 6.x
  • Latest OpenWrt
  • Xray / V2Ray
  • ShadowSocksR Plus+
  • OpenClash
  • AdGuard
  • WireGuard
  • ZeroTier

Supported Hardware:

  • x86_64
  • GL-iNet AX1800

How To Setup:


Screenshot:

Overview

Realtime

OpenClash


How To Build:

Build Enviroment (Debian 11/bullseye):

sudo apt install -y ack antlr3 aria2 asciidoc autoconf automake autopoint binutils bison build-essential \
bzip2 ccache cmake cpio curl device-tree-compiler fastjar flex gawk gettext gcc-multilib g++-multilib \
git gperf haveged help2man intltool libc6-dev-i386 libelf-dev libglib2.0-dev libgmp3-dev libltdl-dev \
libmpc-dev libmpfr-dev libncurses5-dev libncursesw5-dev libreadline-dev libssl-dev libtool lrzsz \
mkisofs msmtp nano ninja-build p7zip p7zip-full patch pkgconf python2.7 python3 python3-pip libpython3-dev qemu-utils \
rsync scons squashfs-tools subversion swig texinfo uglifyjs upx-ucl unzip vim wget xmlto xxd zlib1g-dev

Clone:

git clone https://github.com/xwings/xwingswrt.git

Build option:

  • -c : kernel config
  • -p : Firmware location, after compile (optional)
  • -r : github repo, default: coolsnowwolf/lede:master (optional)
  • -t : thread, default is use all CPU, 1 thread comes with Vs (optional)

With Tunneling Plugins (x86_64 as example)

cd xwingswrt
./build.sh -c x86_64 -p /tmp -r coolsnowwolf/lede:master

Without Tunneling Plugins (ax1800 as example)

cd xwingswrt
./build.sh -c gl_inet_ax1800 -r sdf8057/ipq6000:main -t 0 -p /path/to/save/firmware -b 1

Username: root Password: password


Download:

Pre-compiled firmware is also avilable at https://github.com/xwings/xwingswrt/releases


Credits: