mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
15 lines
268 B
JSON
Executable File
15 lines
268 B
JSON
Executable File
{
|
|
"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"
|
|
}
|
|
}
|