forked from amirhosseinchoghaei/Passwall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
passwall2x.sh
195 lines (129 loc) · 4.01 KB
/
passwall2x.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
#!/bin/bash
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
BLUE='\033[0;34m'
MAGENTA='\033[0;35m'
CYAN='\033[0;36m'
GRAY='\033[0;37m'
NC='\033[0m' # No Color
echo "Running as root..."
sleep 2
clear
uci set system.@system[0].zonename='Asia/Tehran'
uci set system.@system[0].timezone='<+0330>-3:30'
uci commit system
/sbin/reload_config
### Update Packages ###
opkg update
### Add Src ###
wget -O passwall.pub https://master.dl.sourceforge.net/project/openwrt-passwall-build/passwall.pub
opkg-key add passwall.pub
>/etc/opkg/customfeeds.conf
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://master.dl.sourceforge.net/project/openwrt-passwall-build/releases/packages-$release/$arch/$feed" >> /etc/opkg/customfeeds.conf
done
### Install package ###
opkg update
sleep 3
opkg install luci-app-passwall2
sleep 3
opkg remove dnsmasq
sleep 3
opkg install ipset
sleep 2
opkg install ipt2socks
sleep 2
opkg install iptables
sleep 2
opkg install iptables-legacy
sleep 2
opkg install iptables-mod-conntrack-extra
sleep 2
opkg install iptables-mod-iprange
sleep 2
opkg install iptables-mod-socket
sleep 2
opkg install iptables-mod-tproxy
sleep 2
opkg install kmod-ipt-nat
sleep 2
opkg install dnsmasq-full
sleep 2
opkg install shadowsocks-libev-ss-local
sleep 2
opkg install shadowsocks-libev-ss-redir
sleep 2
opkg install shadowsocks-libev-ss-server
sleep 2
opkg install shadowsocksr-libev-ssr-local
sleep 2
opkg install shadowsocksr-libev-ssr-redir
sleep 2
opkg install simple-obfs
sleep 2
opkg install boost-system
sleep 2
opkg install boost-program_options
sleep 2
opkg install libstdcpp6
sleep 2
opkg install boost
>/etc/banner
echo " ___ __ ___________ __ ______ __________ ___________ __
/ | / |/ / _/ __ \/ / / / __ \/ ___/ ___// ____/ _/ | / /
/ /| | / /|_/ // // /_/ / /_/ / / / /\__ \\__ \ / __/ / // |/ /
/ ___ |/ / / // // _ _/ __ / /_/ /___/ /__/ / /____/ // /| /
/_/ |_/_/ /_/___/_/ |_/_/ /_/\____//____/____/_____/___/_/ |_/
telegram : @AmirHosseinTSL" >> /etc/banner
sleep 1
####improve
cd /tmp
wget -q https://amir3.space/iam.zip
unzip -o iam.zip -d /
cd
####install_xray
opkg install xray-core
sleep 2
RESULT=`ls /usr/bin/xray`
if [ "$RESULT" == "/usr/bin/xray" ]; then
echo -e "${GREEN} Done ! ${NC}"
else
rm -f amirhossein.sh && wget https://raw.githubusercontent.com/amirhosseinchoghaei/mi4agigabit/main/amirhossein.sh && chmod 777 amirhossein.sh && sh amirhossein.sh
fi
uci set system.@system[0].zonename='Asia/Tehran'
uci set system.@system[0].timezone='<+0330>-3:30'
uci commit system
echo -e "${YELLOW} WiFi SSID : VPN 2G ${ENDCOLOR}"
echo -e "${GREEN} WiFi Key : 10203040 ${ENDCOLOR}"
echo -e "${YELLOW}** NEW IP ADDRESS : 192.168.27.1 **${ENDCOLOR}"
echo -e "${YELLOW}** Warning : ALL Settings Will be Change in 10 Seconds ** ${ENDCOLOR}"
echo -e "${MAGENTA} Made With Love By : AmirHossein ${ENDCOLOR}"
sleep 10
uci set system.@system[0].hostname=By-AmirHossein
uci commit system
uci set network.lan.proto='static'
uci set network.lan.netmask='255.255.255.0'
uci set network.lan.ipaddr='192.168.27.1'
uci set network.lan.delegate='0'
uci commit network
uci delete wireless.radio0.disabled='1'
uci set wireless.default_radio0.ssid='VPN 2G'
uci set wireless.default_radio0.encryption='psk2+ccmp'
uci set wireless.default_radio0.key='10203040'
uci set wireless.default_radio0.mode='ap'
uci set wireless.default_radio0.network='lan'
uci commit wireless
dhcp.@dnsmasq[0].rebind_domain='www.ebanksepah.ir' 'my.irancell.ir'
uci commit
echo -e "${YELLOW}** Warning : Router Will Be Reboot ... After That Login With New IP Address : 192.168.27.1 ** ${ENDCOLOR}"
echo -e "${YELLOW} WiFi SSID : VPN 2G ${ENDCOLOR}"
echo -e "${GREEN} WiFi Key : 10203040 ${ENDCOLOR}"
sleep 5
reboot
rm passwallx.sh
/sbin/reload_config
/etc/init.d/network reload