| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "log": {
- "error": {
- "level": "Debug",
- "type": "Console"
- },
- "access": {
- "type": "None"
- }
- },
- "outbounds": [
- {
- "protocol": "freedom"
- }
- ],
- "inbounds": [
- {
- "listen": "127.0.0.1",
- "port": 17773,
- "protocol": "vmess",
- "settings": {
- "users": [
- "bcc71618-e552-42c2-a2a3-d4c17a9df764"
- ]
- },
- "streamSettings": {
- "transport": "mekya",
- "transportSettings": {
- "url": "http://127.0.0.1:12777",
- "maxWriteSize": 10485760,
- "maxWriteDurationMs": 5000,
- "maxSimultaneousWriteConnection": 128,
- "packetWritingBuffer": 65536,
- "kcp": {
- "mtu": {
- "value": 1450
- },
- "tti": {
- "value": 15
- },
- "uplink_capacity": {
- "value": 40
- },
- "downlink_capacity": {
- "value": 2000
- },
- "congestion": false,
- "write_buffer": {
- "size": 671088640
- },
- "read_buffer": {
- "size": 671088640
- }
- }
- },
- "security": "tls",
- "securitySettings": {
- "certificate": [
- {
- "usage": "ENCIPHERMENT",
- "certificateFile": "cert/self-signed_cert.pem",
- "keyFile": "cert/self-signed_key.pem"
- }
- ]
- }
- }
- }
- ]
- }
|