mask links

This commit is contained in:
postscriptum 2025-10-07 07:24:08 +03:00
parent 4d0bb87356
commit 7a3152c75f

View file

@ -64,21 +64,21 @@ ufw allow out 123/udp
Для системних оновлень, найпростіше підключити локальні дзеркала або проксі, для Yggdrasil це:
``` /etc/apt/apt.conf.d/proxy.conf
Acquire::http::Proxy "http://[324:71e:281a:9ed3::fa11]:3128";
Acquire::https::Proxy "http://[324:71e:281a:9ed3::fa11]:3128";
Acquire::http::Proxy "http://[xxx:xxxx:xxxx:xxxx::xxxx]:xxxx";
Acquire::https::Proxy "http://[xxx:xxxx:xxxx:xxxx::xxxx]:xxxx";
```
Для команди `extrepo` на прикладі додавання репозиторію LibreWolf:
``` bash
https_proxy=http://[324:71e:281a:9ed3::fa11]:3128/ extrepo enable librewolf
https_proxy=http://[xxx:xxxx:xxxx:xxxx::xxxx]:xxxx/ extrepo enable librewolf
```
* або/і `http_proxy`
### Git
``` bash
git config --global http.proxy http://[324:71e:281a:9ed3::fa11]:3128
git config --global http.proxy http://[xxx:xxxx:xxxx:xxxx::xxxx]:xxxx
```
* або/і `https.proxy`