Skip to content

Commit

Permalink
Fix: no need in http-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
altfoxie committed Jun 1, 2024
1 parent 0d135a3 commit f2925ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/en/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Config example ([located here](#config-path)):
```json
{
"proxies": {
"http-proxy": "socks5://proxy.huecker.io:1080",
"https-proxy": "socks5://proxy.huecker.io:1080",
"no-proxy": "ghcr.io,*.test.example.com,.example.org,127.0.0.0/8"
}
Expand Down
1 change: 0 additions & 1 deletion src/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
```json
{
"proxies": {
"http-proxy": "socks5://proxy.huecker.io:1080",
"https-proxy": "socks5://proxy.huecker.io:1080",
"no-proxy": "ghcr.io,*.test.example.com,.example.org,127.0.0.0/8"
}
Expand Down

0 comments on commit f2925ab

Please sign in to comment.