1

I know it need manual set proxy in xfce4How do I set systemwide proxy servers in Xubuntu , but does it support url proxy like .pac url configuration? if does, how?

  • Sorry what does the desktop env have to do with automatic proxy config? – Rinzwind Oct 05 '16 at 07:50
  • @Rinzwind I am in a country can not use google, so I bought a vpn, it provide a proxy url like http://dutai.com/ps.pac, it can use in ubuntu unity,gnome,mate,kde, I do not know how to use it in xfce – WesleyHsiung Oct 05 '16 at 08:02

1 Answers1

1

You can set up auto_proxy/AUTO_PROXY variables in /etc/environment like:

auto_proxy="https://someurl.to/your.pac"
AUTO_PROXY="https://someurl.to/your.pac"

and logout/login after that.

someone
  • 26