Skip to content

Commit

Permalink
[update] 更新可使用代理配置
Browse files Browse the repository at this point in the history
  • Loading branch information
jhao104 committed Nov 9, 2018
1 parent f203ae1 commit 69eafea
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Config.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[DB]
;Configure the database information
;type: SSDB/REDIS/MONGODB if use redis, only modify the host port,the type should be SSDB
;type: SSDB/MONGODB if use redis, only modify the host port,the type should be SSDB
type = SSDB
host = 127.0.0.1
port = 6379
;port = 8888
name = proxy
#password = yourpassword

Expand All @@ -15,17 +14,17 @@ freeProxySecond = 1
;freeProxyThird = 1
freeProxyFourth = 1
freeProxyFifth = 1
freeProxySixth = 1
;freeProxySixth = 1
freeProxySeventh = 1
freeProxyEight = 1
freeProxyNinth = 1
;freeProxyEight = 1
;freeProxyNinth = 1
freeProxyTen = 1
freeProxyEleven = 1
freeProxyTwelve = 1
;foreign website, outside the wall
freeProxyWallFirst = 1
freeProxyWallSecond = 1
freeProxyWallThird = 1
;freeProxyWallFirst = 1
;freeProxyWallSecond = 1
;freeProxyWallThird = 1

[API]
; API config http://127.0.0.1:5010
Expand Down

0 comments on commit 69eafea

Please sign in to comment.