proxy configuration
proxy configuration problem
principle is very same to google-chrome proxy on hyprland, but for these application, we should do with this files/ on this way:
telegram on aur : set proxy manually
docker : modify the file : /etc/systemd/system/docker.service.d/http-proxy.conf
if not exist, just create one, and add lines :
1
2
3
4[Service];
Environment = "HTTP_PROXY=http://your.proxy.address:your_port/";
Environment = "HTTPS_PROXY=http://your.proxy.address:your_port/";
Environment = "NO_PROXY=localhost,127.0.0.1,.example.com";
then reload system and restart docker :
1 | sudo systemctl daemon-reload |
play with arch homepage
click here to come back to play with arch
homepage.
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.




