Skip to content

Commit e463b85

Browse files
committed
wing: sync with upstream
https://github.com/Yonsm/rt-n56u
1 parent b231dde commit e463b85

File tree

4 files changed

+720
-175
lines changed

4 files changed

+720
-175
lines changed

trunk/user/scripts/files/sbin/mtd_storage.sh

+6-5
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,12 @@ sync && echo 3 > /proc/sys/vm/drop_caches
276276
# Mount SATA disk
277277
#mdev -s
278278
279-
#wing <HOST:443> <PASS>
280-
#wing 192.168.1.9:1080
281-
#ipset add gfwlist 8.8.4.4
279+
#wing start trojan://password@host
280+
#wing start socks5://192.168.1.9:1080
281+
#ipset add gfwlist 91.108.56.0/22
282+
#ipset add gfwlist 91.108.4.0/22
283+
#ipset add gfwlist 109.239.140.0/24
284+
#ipset add gfwlist 149.154.160.0/20
282285
283286
284287
EOF
@@ -507,8 +510,6 @@ EOF
507510
cat >> "$user_dnsmasq_conf" <<EOF
508511
# Custom domains to gfwlist
509512
#gfwlist=mit.edu
510-
#gfwlist=openwrt.org,lede-project.org
511-
#gfwlist=github.com,github.io,githubusercontent.com
512513
513514
EOF
514515
fi

trunk/user/wing/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ clean:
66

77
romfs:
88
$(ROMFSINST) $(THISDIR)/gfwlist.txt /etc_ro/gfwlist.txt
9-
$(ROMFSINST) -p +x $(THISDIR)/wing /usr/bin/wing
10-
9+
$(ROMFSINST) -p +x $(THISDIR)/wing /usr/bin/wing

0 commit comments

Comments
 (0)