| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "log": {
- "error": {
- "level": "Debug",
- "type": "Console"
- },
- "access": {
- "type": "None"
- }
- },
- "outbounds": [
- {
- "protocol": "freedom"
- }
- ],
- "inbounds": [
- {
- "listen": "127.0.0.1",
- "port": 17783,
- "protocol": "vmess",
- "settings": {
- "users": [
- "bcc71618-e552-42c2-a2a3-d4c17a9df764"
- ]
- },
- "streamSettings": {
- "transport": "grpc",
- "transportSettings": {
- },
- "security": "tls",
- "securitySettings": {
- "certificate": [
- {
- "usage": "ENCIPHERMENT",
- "certificateFile": "cert/self-signed_cert.pem",
- "keyFile": "cert/self-signed_key.pem"
- }
- ]
- }
- }
- }
- ]
- }
|