标签:ddr 接口 ip查询 def ica ati add default json
location /ip { default_type text/plain; return 200 $remote_addr; }
location /json_ip {
default_type application/json;
return 200 "{\"ip\":\"$remote_addr\"}";
}
标签:ddr 接口 ip查询 def ica ati add default json
原文地址:https://www.cnblogs.com/toumingbai/p/12240614.html