Wednesday, May 1, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 7278  / 2 Years ago, thu, february 17, 2022, 7:49:34

How do I switch between the proxy methods(none,manual,automatic) and apply it system wide from terminal?


More From » command-line

 Answers
1

Some examples, using gsettings:



# setting a proxy manual
gsettings set org.gnome.system.proxy.socks host '192.168.10.100'
gsettings set org.gnome.system.proxy.socks port 8080
gsettings set org.gnome.system.proxy mode 'manual'

gsettings set org.gnome.system.proxy mode 'none' # this will disable proxy setting

gsettings set org.gnome.system.proxy mode 'auto' # this will set the proxy automatic

[#27525] Saturday, February 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ligenvirt

Total Points: 238
Total Questions: 98
Total Answers: 100

Location: Senegal
Member since Fri, Aug 21, 2020
4 Years ago
;