mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-19 06:22:41 +00:00
add https option
This commit is contained in:
parent
35c0ff8f63
commit
2eb5ebc41f
1 changed files with 2 additions and 2 deletions
|
|
@ -49,9 +49,9 @@ ufw allow out to any port 53 proto udp
|
|||
Для системних оновлень, найпростіше підключити локальні дзеркала або проксі, для Yggdrasil це:
|
||||
|
||||
``` /etc/apt/apt.conf.d/proxy.conf
|
||||
Acquire::http::Proxy "http://[324:71e:281a:9ed3::fa11]:3128/";
|
||||
Acquire::http::Proxy "http://[324:71e:281a:9ed3::fa11]:3128";
|
||||
Acquire::https::Proxy "http://[324:71e:281a:9ed3::fa11]:3128";
|
||||
```
|
||||
* або/і `Acquire::https::Proxy`
|
||||
|
||||
Для команди `extrepo` на прикладі додавання репозиторію LibreWolf:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue