What makes us different from other similar websites? › Forums › Tech › Guide: Sharing Android Phone VPN to Linux PC › Reply To: Guide: Sharing Android Phone VPN to Linux PC
September 13, 2025 at 11:31 am
#8204
Moderator
If you are using Fedora, step 3 would be …
$ sudo mousepad /etc/dnf/dnf.conf
export http_proxy="http://[proxy_address]:[port]"
export https_proxy="http://[proxy_address]:[port]"
export ftp_proxy="http://[proxy_address]:[port]"
