File tree 1 file changed +5
-8
lines changed 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ nameserver 172.20.1.1 #<--- 透明网关 EC2 NAT 实例
810
810
nameserver 172.20.0.2 #<--- AWS 的 DNS 服务
811
811
search [zone].compute.internal
812
812
```
813
- > Note
813
+ > ** Note**
814
814
>
815
815
> 新版的 Ubuntu 已经把 DNS Resolver 托管给了 systemd 的 ` systemd-resolved ` 服务,所以需要把 ` /etc/resolv.conf ` 文件改成软链接,指向 ` systemd-resolved ` 的配置文件,如:
816
816
>
@@ -986,7 +986,7 @@ chmod +x warp.sh
986
986
- 4 - 安装 WireGuard 相关组件
987
987
- 7 - 自动配置 WARP WireGuard 双栈全局网络
988
988
989
- > ** Note: **
989
+ > ** Note**
990
990
> 1 . 如果没有 IPv6 网络,那么第 7 步可以换成第 5 步 自动配置 WARP WireGuard IPv4 网络,或是执行 ` ./warp.sh 4 ` 。
991
991
>
992
992
> 2 . 你需要备份一下你的帐号和配置文件,在 ` /etc/warp/ ` 目录下,主要是两个文件,一个是 ` wgcf-account.toml ` ,一个是 ` wgcf-profile.conf `
@@ -1023,7 +1023,7 @@ chmod +x warp.sh
1023
1023
1024
1024
如果 WARP 模式安装不能成功,那么你可以使用如下的代理模式。代理模式也就是通过一个代理来访问 Cloudflare WARP 的服务,这样就可以访问到原生 IP 了。
1025
1025
1026
- > ** Note: **
1026
+ > ** Note**
1027
1027
>
1028
1028
> 下面的步骤主要使用 Cloudflare 的官方客户端,也许会随时间流逝导致过时,你可以参考 [ Cloudflare WARP 的官方文档] ( https://developers.cloudflare.com/warp-client/get-started/linux/ )
1029
1029
@@ -1136,9 +1136,9 @@ sudo docker run -d --name gost-warp \
1136
1136
-L " http2://${USER} :${PASS} @${BIND_IP} :8443?cert=${CERT} &key=${KEY} &probe_resist=code:404&knock=www.google.com" -F " socks://localhost:40000"
1137
1137
```
1138
1138
1139
- > ** Note: **
1139
+ > ** Note**
1140
1140
>
1141
- > 你也可以使用 V2Ray 的路由模式,参见 [ V2Ray 的路由功能] ( https://www.v2ray.com/chapter_02/03_routing.html ) 。V2Ray的路由模式就比 gost 要强很多。你还可以通过使用预定义域名列表 g ` eolocation -cn` 把其的路由转发到 Cloudflare WARP 的 Socks5 代理上,以避免你的 VPS 的 IP 被暴露。
1141
+ > 你也可以使用 V2Ray 的路由模式,参见 [ V2Ray 的路由功能] ( https://www.v2ray.com/chapter_02/03_routing.html ) 。V2Ray的路由模式就比 gost 要强很多。你还可以通过使用预定义域名列表 ` geolocation -cn` 把其的路由转发到 Cloudflare WARP 的 Socks5 代理上,以避免你的 VPS 的 IP 被暴露。
1142
1142
1143
1143
** 其它事宜**
1144
1144
@@ -1162,9 +1162,6 @@ LimitNOFILE=65535
1162
1162
LimitNOFILESoft =65535
1163
1163
```
1164
1164
1165
-
1166
-
1167
-
1168
1165
## 10. 其它
1169
1166
1170
1167
### 10.1 其它方式
You can’t perform that action at this time.
0 commit comments