How to Configure Delicer to Use Proxy
Delicer is del.icio.us client for windows. One of the issues people have using it is when they try to use it from behind proxy. Here are some steps to configure Delicer to use a proxy:
- go to %Program Files%\X2line\Delicer
- open X2line.Delicer.exe.config
- change the following settings under "system.net" from:
< defaultProxy> < proxy bypassonlocal="True" usesystemdefault="True" /> < /defaultProxy>
to your proxy settings.
Suppose your proxy has the name "proxy" and uses port 8080. In this case try the following setting:
< defaultProxy> < proxy proxyaddress="http://proxy:8080" bypassonlocal="false" /> < /defaultProxy>
Thursday, May 10, 2007 8:14 PM