- unlock Domains
- change nameservers
- Add a Site
- DNS
- Add record
- Type:
A
- Name:
www
/ @
- Content:ip
- Proxy Status:
DNS only
(vps操作完成后改为Proxied
)
- SSL
一键
/usr/local/etc/xray/config.json
1
2
3
| dnf -y install wget ca-certificates || yum -y install wget ca-certificates
wget -O Xray-TLS+Web-setup.sh https://github.com/kirin10000/Xray-script/raw/main/Xray-TLS+Web-setup.sh
bash Xray-TLS+Web-setup.sh
|
命令
1
2
| systemctl restart xray
systemctl status xray -l
|
warp
wget -N https://raw.githubusercontent.com/fscarmen/warp/main/menu.sh && bash menu.sh [option] [lisence]
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
| {
"outbounds":[
{
"tag":"INTERNET_OUT",
"protocol":"freedom",
"settings":{
"domainStrategy":"UseIP"
}
},
{
"tag":"WARP-GO",
"protocol":"freedom",
"settings":{
"domainStrategy":"UseIPv4"
},
"sendThrough":"172.16.0.2"
}
],
"routing":{
"rules":[
{
"type":"field",
"outboundTag":"WARP-GO",
"domain":[
"domain:ip.sb",
"domain:openai.com"
]
},
{
"type":"field",
"outboundTag":"INTERNET_OUT",
"network":"udp,tcp"
}
]
}
}
|
文章作者
lim
上次更新
2024-11-21
(1dac9ff)
许可协议
CC BY-NC-ND 4.0