We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6393f87 commit 569f65dCopy full SHA for 569f65d
1 file changed
README.md
@@ -75,10 +75,10 @@ It has the following features:
75
You can direct outgoing requests to another proxy server. This is useful in a restricted network environment.
76
77
```
78
-proxy:
79
- http: http://anoother-proxy-server:8080
80
- https: http://another-proxy-server:8080
81
-```
+ proxy:
+ http: http://anoother-proxy-server:8080
+ https: http://another-proxy-server:8080
+ ```
82
83
`excluded` directive can be used when you want to prevent the requests to the specific hosts from being proxied.
84
0 commit comments