mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-19 06:22:41 +00:00
mask links
This commit is contained in:
parent
4d0bb87356
commit
7a3152c75f
1 changed files with 4 additions and 4 deletions
|
|
@ -64,21 +64,21 @@ ufw allow out 123/udp
|
||||||
Для системних оновлень, найпростіше підключити локальні дзеркала або проксі, для Yggdrasil це:
|
Для системних оновлень, найпростіше підключити локальні дзеркала або проксі, для Yggdrasil це:
|
||||||
|
|
||||||
``` /etc/apt/apt.conf.d/proxy.conf
|
``` /etc/apt/apt.conf.d/proxy.conf
|
||||||
Acquire::http::Proxy "http://[324:71e:281a:9ed3::fa11]:3128";
|
Acquire::http::Proxy "http://[xxx:xxxx:xxxx:xxxx::xxxx]:xxxx";
|
||||||
Acquire::https::Proxy "http://[324:71e:281a:9ed3::fa11]:3128";
|
Acquire::https::Proxy "http://[xxx:xxxx:xxxx:xxxx::xxxx]:xxxx";
|
||||||
```
|
```
|
||||||
|
|
||||||
Для команди `extrepo` на прикладі додавання репозиторію LibreWolf:
|
Для команди `extrepo` на прикладі додавання репозиторію LibreWolf:
|
||||||
|
|
||||||
``` bash
|
``` 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`
|
* або/і `http_proxy`
|
||||||
|
|
||||||
### Git
|
### Git
|
||||||
|
|
||||||
``` bash
|
``` 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`
|
* або/і `https.proxy`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue