From 7a3152c75f89b2841f28e0d23d3a6780b7ae7b13 Mon Sep 17 00:00:00 2001 From: postscriptum Date: Tue, 7 Oct 2025 07:24:08 +0300 Subject: [PATCH] mask links --- public/uk/filter-outgoing-connections-with-ufw.gmi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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`