init
This commit is contained in:
10
server.js
10
server.js
@@ -1,9 +1,9 @@
|
||||
const {TCPRelay} = require('./tcprelay');
|
||||
const {
|
||||
TCPRelay
|
||||
} = require('./tcprelay');
|
||||
new TCPRelay({
|
||||
localAddress: '127.0.0.1',
|
||||
localPort: 1080,
|
||||
serverAddress: '127.0.0.1',
|
||||
serverPort: 21001,
|
||||
serverAddress: '0.0.0.0',
|
||||
serverPort: process.env.PORT || 21001,
|
||||
password: 'ourvpn01010101',
|
||||
method: "aes-256-cfb"
|
||||
}, false, 'error').bootstrap();
|
||||
Reference in New Issue
Block a user