mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-05 06:13:35 +03:00
Update tproxy_ipv4_and_ipv6.md
This commit is contained in:
parent
f4b110e2b8
commit
b5d9c00253
1 changed files with 1 additions and 11 deletions
|
@ -164,11 +164,6 @@ title: TProxy 透明代理 (ipv4 and ipv6)
|
|||
"domain": ["geosite:cn"],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"domain": ["yourdomain.domain"], //改为你自己的域名
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"domain": ["geosite:geolocation-!cn"],
|
||||
|
@ -188,11 +183,6 @@ title: TProxy 透明代理 (ipv4 and ipv6)
|
|||
"type": "field",
|
||||
"ip": ["geoip:private", "geoip:cn"],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"ip": ["填你VPS的IP"], //改为你自己 VPS 的 IP
|
||||
"outboundTag": "direct"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -713,7 +703,7 @@ WantedBy=multi-user.target
|
|||
|
||||
### 方法一
|
||||
|
||||
局域网设备上网有两种方式,第一种就是在使用设备上进行静态 IP 的配置,将网关指向旁路由 IP。注意绝大部分手机仅支持静态 ipv4 配置,不支持静态 ipv6 配置,除非 root 后进行相关设置。
|
||||
局域网设备上网有两种方式,第一种就是在使用设备上进行静态 IP 的配置,将网关指向旁路由 IP。注意绝大部分手机仅支持手动配置 ipv4 网关,不支持手动配置 ipv6 网关,除非 root 后进行相关设置。
|
||||
|
||||
以 windows 设备为例,可以先开启 DHCP 记录自动分配的 IP 以参考,然后手写静态配置。
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue