diff --git a/public/uk/filter-outgoing-connections-with-ufw.gmi b/public/uk/filter-outgoing-connections-with-ufw.gmi index 27ad329..883d7ec 100644 --- a/public/uk/filter-outgoing-connections-with-ufw.gmi +++ b/public/uk/filter-outgoing-connections-with-ufw.gmi @@ -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`