This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Update privoxy_conf.txt
use __POLIPO_BIND_PORT__ to avoid potential port conflict
tags/3.2
ayanamist
9 years ago
parent
d24548a04f
commit
ad75e4fd9c
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
shadowsocks-csharp/Data/privoxy_conf.txt
+ 3
- 3
shadowsocks-csharp/Data/privoxy_conf.txt
View File
@@ -1,5 +1,5 @@
listen-address __POLIPO_BIND_IP__:8123
listen-address __POLIPO_BIND_IP__:__POLIPO_BIND_PORT__
show-on-task-bar 0
activity-animation 0
forward-socks5 / 127.0.0.1:__SOCKS_PORT__ .
hide-console
forward-socks5 / 127.0.0.1:__SOCKS_PORT__ .
hide-console
Write
Preview
Loading…
Cancel
Save