经验分享 第2页
双栈vps 设置ipv4 优先出站,ipv6 可以正常入栈-Plnl‘s Blog

双栈vps 设置ipv4 优先出站,ipv6 可以正常入栈

在双栈(IPv4 + IPv6)的 VPS 上,你希望 出站流量优先使用 IPv4,但 IPv6 仍然可以正常入站,可以通过以下方法实现: 方法 1:调整系统的 precedence 优先级 Linux 使用 getaddrinfo() 进行域...
pltian的头像-Plnl‘s Blog钻石会员pltian2个月前
1037
Centos7禁用密码登录方法:-Plnl‘s Blog

Centos7禁用密码登录方法:

编辑/etc/ssh/sshd_config 将PasswordAuthentication参数值修改为no: PasswordAuthentication no 重启ssh服务:systemctl restart sshd.service
pltian的头像-Plnl‘s Blog钻石会员pltian3个月前
826
IPv6访问GitHub-Plnl‘s Blog

IPv6访问GitHub

GitHub仍不支持IPv6,但是可以使用指定host到代理服务器实现cat >> /etc/hosts << EOF # https://danwin1210.de/github-ipv6-proxy.php 2a01:4f8:c010:d56::2 github.com 2a01:4f8:...
pltian的头像-Plnl‘s Blog钻石会员pltian2个月前
776