Update README.md

main
fscarmen 3 years ago committed by GitHub
parent 8989008926
commit 2cd81f230f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 104
      README.md

@ -363,60 +363,60 @@ kill -9 $(pgrep -f warp) ##杀掉正在运行的进程
```
{
"outbounds": [
{
"tag": "warp",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "127.0.0.1",
"port": 40000
}
"outbounds":[
{
"tag":"warp",
"protocol":"socks",
"settings":{
"servers":[
{
"address":"127.0.0.1",
"port":40000
}
]
}
},
{
"tag":"WARP-socks5-v4",
"protocol":"freedom",
"settings":{
"domainStrategy":"UseIPv4"
},
"proxySettings":{
"tag":"warp"
}
},
{
"tag":"WARP-socks5-v6",
"protocol":"freedom",
"settings":{
"domainStrategy":"UseIPv6"
},
"proxySettings":{
"tag":"warp"
}
}
],
"routing":{
"rules":[
{
"type":"field",
"domain":[
"openai",
"ip.gs"
],
"outboundTag":"WARP-socks5-v4"
},
{
"type":"field",
"domain":[
"p3terx.com",
"netflix"
],
"outboundTag":"WARP-socks5-v6"
}
]
}
},
{
"tag": "WARP-socks5-v4",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIPv4"
},
"proxySettings": {
"tag": "warp"
}
},
{
"tag": "WARP-socks5-v6",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIPv6"
},
"proxySettings": {
"tag": "warp"
}
}
],
"routing": {
"rules": [
{
"type": "field",
"domain": [
"openai",
"ip.gs"
],
"outboundTag": "WARP-socks5-v4"
},
{
"type": "field",
"domain": [
"p3terx.com",
"netflix"
],
"outboundTag": "WARP-socks5-v6"
}
]
}
}
```

Loading…
Cancel
Save