nginx的获取ip的网页,只需要几行代码
套了CF的用法($http_cf_connecting_ip)location /ip {<br>add_header Content-Type text/plain;<br>return 200 $http_cf_connecting_ip;} 套了CDN(包括CF)/有反代($http_x_forwarded_for)location /ip {<br>add...
套了CF的用法($http_cf_connecting_ip)location /ip {<br>add_header Content-Type text/plain;<br>return 200 $http_cf_connecting_ip;} 套了CDN(包括CF)/有反代($http_x_forwarded_for)location /ip {<br>add...
1.配置/etc/docker/daemon.json文件 (这里的ipv6不用动){<br>"ipv6": true,<br>"fixed-cidr-v6": "2001:5001::/64"<br>} 2.执行 systemctl reload docker 重载Docker ...