Browse Source

[fixes #87] Don't set proxy settings by default

pull/88/head
Paul Bonser 12 years ago
parent
commit
4d41cddbad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      priv/ibrowse.conf

+ 1
- 1
priv/ibrowse.conf View File

@ -15,4 +15,4 @@
%% If SSL is to be used, both the options, is_ssl and ssl_options MUST be specified %% If SSL is to be used, both the options, is_ssl and ssl_options MUST be specified
%% where option() is all options supported in the ssl module %% where option() is all options supported in the ssl module
{{options, "www.google.co.uk", 80}, [{proxy_host, "proxy"}, {proxy_port, 8080}, {proxy_user, "cmullaparthi"}, {proxy_password, "20nov99"}]}.
%% {{options, "www.google.co.uk", 80}, [{proxy_host, "proxy"}, {proxy_port, 8080}, {proxy_user, "cmullaparthi"}, {proxy_password, "20nov99"}]}.

Loading…
Cancel
Save