星期一, 10月 29, 2007

[Note]Prism 的網路設定

如果你已經安裝了Prism 0.8(下載),而環境正好有該死的 Proxy 的話(是的,目前Prism 0.8不提供網路設定的選項),那麼你可以試著修改 C:\Documents and Settings\your_username\Application Data\Prism\Profiles\xxxxxxx.default\prefs.js,在後面加上這幾行:
  1. 如果是自動偵測的話,
    user_pref("network.proxy.type","4");
  2. 如果已經知道 proxy 位址與 port的話,
    user_pref("network.proxy.http","localhost");
    user_pref("network.proxy.http_port","3128");
    user_pref("network.proxy.type","1");
  3. 如果知道Proxy自動設定網址的話,
    user_pref("network.proxy.autoconfig_url", "http://isawp1.msi.com.tw:80/wpad.dat");
    user_pref("network.proxy.socks_version", 0);
    user_pref("network.proxy.type", 2);

沒有留言: