mirror of
https://github.com/teddysun/across.git
synced 2025-11-26 21:35:33 +08:00
21
docker/trojan-go/config.json
Normal file
21
docker/trojan-go/config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"run_type": "server",
|
||||
"local_addr": "0.0.0.0",
|
||||
"local_port": 443,
|
||||
"remote_addr": "127.0.0.1",
|
||||
"remote_port": 80,
|
||||
"password": [
|
||||
"your_password"
|
||||
],
|
||||
"ssl": {
|
||||
"cert": "your_cert.crt",
|
||||
"key": "your_key.key",
|
||||
"sni": "your-domain-name.com"
|
||||
},
|
||||
"router":{
|
||||
"enabled": true,
|
||||
"block": [
|
||||
"geoip:private"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user