• 无咎
    2024-03-07 来自天津
    多处curl -x127.0.0.1:8080 www.123.cn/111.jsp。 需要配置/etc/hosts ``` # tail -1 /etc/hosts 127.0.0.1 www.123.cn ``` 另外curl命令行我用的是如下参数 ``` # curl -x127.0.0.1:80 www.123.cn/111.jsp <html><body><center> Now time is: Thu Mar 07 18:54:17 CST 2024 </center></body></html> ```
    
    