Skip to content

Commit eb1647d

Browse files
authored
typo fix
1 parent f405468 commit eb1647d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ nameserver 172.20.1.1 #<--- 透明网关 EC2 NAT 实例
810810
nameserver 172.20.0.2 #<--- AWS 的 DNS 服务
811811
search [zone].compute.internal
812812
```
813-
> Note
813+
> **Note**
814814
>
815815
> 新版的 Ubuntu 已经把 DNS Resolver 托管给了 systemd 的 `systemd-resolved` 服务,所以需要把 `/etc/resolv.conf` 文件改成软链接,指向 `systemd-resolved` 的配置文件,如:
816816
>
@@ -986,7 +986,7 @@ chmod +x warp.sh
986986
- 4 - 安装 WireGuard 相关组件
987987
- 7 - 自动配置 WARP WireGuard 双栈全局网络
988988

989-
>**Note:**
989+
>**Note**
990990
> 1. 如果没有 IPv6 网络,那么第 7 步可以换成第 5 步 自动配置 WARP WireGuard IPv4 网络,或是执行 `./warp.sh 4`
991991
>
992992
> 2. 你需要备份一下你的帐号和配置文件,在 `/etc/warp/` 目录下,主要是两个文件,一个是 `wgcf-account.toml`,一个是 `wgcf-profile.conf`
@@ -1023,7 +1023,7 @@ chmod +x warp.sh
10231023

10241024
如果 WARP 模式安装不能成功,那么你可以使用如下的代理模式。代理模式也就是通过一个代理来访问 Cloudflare WARP 的服务,这样就可以访问到原生 IP 了。
10251025

1026-
> **Note:**
1026+
> **Note**
10271027
>
10281028
> 下面的步骤主要使用 Cloudflare 的官方客户端,也许会随时间流逝导致过时,你可以参考 [Cloudflare WARP 的官方文档](https://developers.cloudflare.com/warp-client/get-started/linux/)
10291029
@@ -1136,9 +1136,9 @@ sudo docker run -d --name gost-warp \
11361136
-L "http2://${USER}:${PASS}@${BIND_IP}:8443?cert=${CERT}&key=${KEY}&probe_resist=code:404&knock=www.google.com" -F "socks://localhost:40000"
11371137
```
11381138

1139-
> **Note:**
1139+
> **Note**
11401140
>
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 被暴露。
11421142
11431143
**其它事宜**
11441144

@@ -1162,9 +1162,6 @@ LimitNOFILE=65535
11621162
LimitNOFILESoft=65535
11631163
```
11641164

1165-
1166-
1167-
11681165
## 10. 其它
11691166

11701167
### 10.1 其它方式

0 commit comments

Comments
 (0)