# Tailscale 会自动建一条 DROP 规则 DROP 了阿里云的内网数据
sudo iptables -L --line-numbers
# Chain ts-input 中有一条规则,将 100.64.0.0/10 DROP 操作
# 如果删除该规则,
sudo tailscale up --netfilter-mode=off --accept-dns=false
# Tailscale 会自动建一条 DROP 规则 DROP 了阿里云的内网数据
sudo iptables -L --line-numbers
# Chain ts-input 中有一条规则,将 100.64.0.0/10 DROP 操作
# 如果删除该规则,
sudo tailscale up --netfilter-mode=off --accept-dns=false