Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xwings/xwingswrt
Anti-censorship firmware, based on OpenWrt(en).
https://github.com/xwings/xwingswrt
clash openclash openwrt shadowsocksr-plus v2ray vpn wireguard xray zerotier
Last synced: about 2 months ago
JSON representation
Anti-censorship firmware, based on OpenWrt(en).
- Host: GitHub
- URL: https://github.com/xwings/xwingswrt
- Owner: xwings
- Created: 2022-11-06T04:01:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T02:44:20.000Z (4 months ago)
- Last Synced: 2024-11-02T07:33:20.710Z (2 months ago)
- Topics: clash, openclash, openwrt, shadowsocksr-plus, v2ray, vpn, wireguard, xray, zerotier
- Language: Shell
- Homepage:
- Size: 1.69 MB
- Stars: 21
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Chat on Telegram](https://img.shields.io/badge/Chat%20on-Telegram-brightgreen.svg)](https://t.me/xwingswrt)
---
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
- ZeroTierSupported Hardware:
- x86_64
- GL-iNet AX1800---
#### How To Setup:
- [How to Install Proxmox 7.3 - The Complete Guide](https://www.youtube.com/watch?v=6NfZ1R6jrXQ)
- [Run an OpenWRT VM on Proxmox VE](https://www.youtube.com/watch?v=_fh7tnQW034)
- [Install V2Ray Client on OpenWRT and Configure Vmess](https://www.youtube.com/watch?v=o7PC57_2734)---
#### Screenshot:
[![Overview](https://github.com/xwings/xwingswrt/raw/master/screenshot/overview.png)](https://github.com/xwings/xwingswrt/raw/master/screenshot/overview.png)
[![Realtime](https://github.com/xwings/xwingswrt/raw/master/screenshot/realtime.png)](https://github.com/xwings/xwingswrt/raw/master/screenshot/realtime.png)
[![OpenClash](https://github.com/xwings/xwingswrt/raw/master/screenshot/openclash.png)](https://github.com/xwings/xwingswrt/raw/master/screenshot/openclash.png)
---
#### 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:
- https://openwrt.org/
- https://github.com/coolsnowwolf/lede
- https://github.com/Hyy2001X