34 lines
591 B
JSON
34 lines
591 B
JSON
{
|
|
"log": {
|
|
"level": "debug"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"type": "obfhttp",
|
|
"tag": "obfhttp-in",
|
|
"listen": "::",
|
|
"listen_port": 8443,
|
|
"path": "/api/v1/query",
|
|
"users": [
|
|
{
|
|
"username": "testuser",
|
|
"password": "testpass"
|
|
}
|
|
],
|
|
"encryption": {
|
|
"method": "aes-256-gcm",
|
|
"password": "my-secret-key"
|
|
},
|
|
"encoding": "base64",
|
|
"session_timeout": "60s",
|
|
"long_poll_timeout": "30s"
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct"
|
|
}
|
|
]
|
|
}
|