mirror of
https://github.com/alireza0/x-ui.git
synced 2026-08-28 04:15:05 +00:00
17 lines
251 B
JSON
17 lines
251 B
JSON
{
|
|
"log": {
|
|
"loglevel": "none"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"tag": "http-test-in",
|
|
"listen": "127.0.0.1",
|
|
"port": __INBOUND_PORT__,
|
|
"protocol": "http",
|
|
"settings": {}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
__OUTBOUND__
|
|
]
|
|
}
|