Sfoglia il codice sorgente

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

pull/88/head
Paul Bonser 12 anni fa
parent
commit
4d41cddbad
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      priv/ibrowse.conf

+ 1
- 1
priv/ibrowse.conf Vedi File

@ -15,4 +15,4 @@
%% 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
{{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"}]}.

Caricamento…
Annulla
Salva