Skip to content

Commit

Permalink
wing: sync with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Oct 13, 2023
1 parent b231dde commit e463b85
Show file tree
Hide file tree
Showing 4 changed files with 720 additions and 175 deletions.
11 changes: 6 additions & 5 deletions trunk/user/scripts/files/sbin/mtd_storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,12 @@ sync && echo 3 > /proc/sys/vm/drop_caches
# Mount SATA disk
#mdev -s
#wing <HOST:443> <PASS>
#wing 192.168.1.9:1080
#ipset add gfwlist 8.8.4.4
#wing start trojan://password@host
#wing start socks5://192.168.1.9:1080
#ipset add gfwlist 91.108.56.0/22
#ipset add gfwlist 91.108.4.0/22
#ipset add gfwlist 109.239.140.0/24
#ipset add gfwlist 149.154.160.0/20
EOF
Expand Down Expand Up @@ -507,8 +510,6 @@ EOF
cat >> "$user_dnsmasq_conf" <<EOF
# Custom domains to gfwlist
#gfwlist=mit.edu
#gfwlist=openwrt.org,lede-project.org
#gfwlist=github.com,github.io,githubusercontent.com
EOF
fi
Expand Down
3 changes: 1 addition & 2 deletions trunk/user/wing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ clean:

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

$(ROMFSINST) -p +x $(THISDIR)/wing /usr/bin/wing
Loading

0 comments on commit e463b85

Please sign in to comment.