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:

  1. telegram on aur : set proxy manually

  2. 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
2
3
sudo systemctl daemon-reload
sudo systemctl restart docker

play with arch homepage

click here to come back to play with arch
homepage.