os-proxy
os-proxy copied to clipboard
linux support
It does not support linux,
True. I'm not sure there is a networksetup equivalent on Linux, which is what we use under the hood on macOS. Any ideas?
yes, I using command like
gsettings set org.gnome.system.proxy autoconfig-url 'http://localhost:8009/test.pac'
gsettings set org.gnome.system.proxy mode 'auto'
Thanks! I will add this when I have some time. Feel free to do a PR if you want to speed up the process of getting it released.