Skip to content

Commit

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

> IP: `95.217.168.125:1080`
> IP: `95.217.168.125`, ports: `1080`, `443`
> We recommend using a domain name, the IP address is not guaranteed to be constant.
Restart Docker (systemd):
Expand Down
4 changes: 2 additions & 2 deletions src/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
```json
{
"proxies": {
"https-proxy": "socks5://proxy.huecker.io:1080",
"https-proxy": "socks5://proxy.huecker.io:443",
"no-proxy": "ghcr.io,*.test.example.com,.example.org,127.0.0.0/8"
}
}
```

> IP: `95.217.168.125:1080`
> IP: `95.217.168.125`, порты: `1080`, `443`
> Рекомендуем использовать доменное имя, постоянство IP не гарантируется.
Перезапуск Docker (systemd):
Expand Down

0 comments on commit ea628ae

Please sign in to comment.