可以查询国际国别域名以及IP,不需要数据库,所有结果来自域名管理方的whois服务器。
需要设置伪静态:
location / { if (-f $request_filename) { break; } rewrite ^/(.*)$ /index.php?domain=$1 last; }
这样在网址后面直接加上要查询的域名或IP,即可得到结果。
例如:http://whois.xuzai.com/xuzai.com
可以查询国际国别域名以及IP,不需要数据库,所有结果来自域名管理方的whois服务器。
需要设置伪静态:
location / { if (-f $request_filename) { break; } rewrite ^/(.*)$ /index.php?domain=$1 last; }
这样在网址后面直接加上要查询的域名或IP,即可得到结果。
例如:http://whois.xuzai.com/xuzai.com
之前