update default config

This commit is contained in:
VincentChanX
2017-04-06 10:44:45 +08:00
parent 564e1ce2d0
commit 8360d4d9f3
145 changed files with 2542 additions and 6417 deletions

View File

@@ -5,7 +5,7 @@ new TCPRelay({
localAddress: '127.0.0.1',
localPort: 1080,
serverAddress: '127.0.0.1',
serverPort: 21001,
password: 'ourvpn01010101',
method: "aes-256-cfb"
}, true, 'error').bootstrap();
serverPort: 1081,
password: 'shadowsocks-over-websocket',
method: 'aes-256-cfb'
}, true, 'info').bootstrap();