获取IPV6地址的参考网站
网址1 https://v6.ident.me/
网址2 https://ifconfig.co/
网址3 https://ifconfig.me/
IPV6检测站点推荐
网址1 http://ipv6-test.ch/
linux服务器获取IPV6的方法 以centos7为例
curl -6 ifconfig.me curl -6 https://v6.ident.me curl -6 https://ifconfig.co
nginx解析IPV6
server {
listen 443 ssl; listen [::]:443 ssl; server_name example.com; ssl_certificate /path/to/cert.crt; ssl_certificate_key /path/to/cert.key; ... } server {
listen [::]:80 ipv6only=on; server_name example.com; ... }
今天的文章
获取IPV6地址的参考网站|nginx解析IPV6|linux服务器获取IPV6的方法分享到此就结束了,感谢您的阅读。
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/bian-cheng-ji-chu/96883.html