更新 install/README.md
这个提交包含在:
+6
-1
@@ -129,5 +129,10 @@ kubectl taint nodes tca node-role.kubernetes.io/master:NoSchedule
|
|||||||
可以在需要加速的节点屏蔽目标ip 比如85.113.71.11 让tailscale强制走drep服务器进行加速.
|
可以在需要加速的节点屏蔽目标ip 比如85.113.71.11 让tailscale强制走drep服务器进行加速.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
iptables -A OUTPUT -p udp --dport 41641 -d 85.113.71.11 -j DROP
|
iptables -A OUTPUT -p udp --dport 41641 -d 85.113.71.11 -j DROP && \
|
||||||
|
iptables -A OUTPUT -p udp --dport 41641 -d 217.142.185.185 -j DROP && \
|
||||||
|
iptables -A OUTPUT -p udp --dport 41641 -d 152.70.103.166 -j DROP && \
|
||||||
|
iptables -A OUTPUT -p udp --dport 41641 -d 47.79.16.80 -j DROP && \
|
||||||
|
ip6tables -A OUTPUT -p udp --dport 41641 -d 2001:df1:801:a020::2a0:a59e -j DROP && \
|
||||||
|
ip6tables -A OUTPUT -p udp --dport 41641 -d 240b:4001:278:8402:0:3a3d:b8a5:3975 -j DROP
|
||||||
```
|
```
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户