CoolFace
Apppublic

lokt157/image-processing-api

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
config.json32 linesDownload Raw Back to root
1{2  "log": {3    "loglevel": "warning"4  },5  "inbounds": [6    {7      "port": 7860,8      "listen": "0.0.0.0",9      "protocol": "vless",10      "settings": {11        "clients": [12          {13            "id": "357982c5-6673-4f9f-99dc-a6440ec391c3",14            "level": 015          }16        ],17        "decryption": "none"18      },19      "streamSettings": {20        "network": "ws",21        "wsSettings": {22          "path": "/vless"23        }24      }25    }26  ],27  "outbounds": [28    {29      "protocol": "freedom"30    }31  ]32}