shadowsocks / shadowsocks-windows

A C# port of shadowsocks
Other
58.33k stars 16.39k forks source link

can I customize pac server port? #78

Closed kylinwong closed 9 years ago

kylinwong commented 9 years ago

8090 port has already been allocated by other app. can I customize pac server port?

Sharuru commented 9 years ago

In the current, maybe you can change the code at line 16 in 'PACServer.cs' and line 36 in 'SystemProxy.cs' to customize your pac server port.

sinsinpub commented 9 years ago

+1 a strongly request for adding PAC port options (:з」∠) And when ’Enable‘ is NOT ticked, please stop both PAC server(port 8090) and polipo process(port 8123).

clowwindy commented 9 years ago

What other app?

kylinwong commented 9 years ago

In my development environment, I need start two web application server, may be one is 8080, the other is 8090.

clowwindy commented 9 years ago

Will be changed to 8093