diff --git a/Set-up-http-proxy-server.md b/Set-up-http-proxy-server.md index 5994486..d806675 100644 --- a/Set-up-http-proxy-server.md +++ b/Set-up-http-proxy-server.md @@ -52,7 +52,7 @@ sudo service tinyproxy restart curl -x http://:8888 --proxy-user myuser:mypassword -L http://www.yahoo.com ``` -e.g. If you do not add `Allow 0.0.0.0/0` in above config file, you will get something as below. +e.g. If you do not add `Allow 0.0.0.0/0` in above config file, you will get something as below. Here you can ask `chatgpt` if you see some errors. ```