CoolFace
Apppublic

NorwayX/docker

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
0likes
xray_config.json39 linesDownload Raw Back to root
1{2  "log": {3    "loglevel": "warning"4  },5  "inbounds": [6    {7      "listen": "127.0.0.1",8      "port": 10000,9      "protocol": "vless",10      "settings": {11        "clients": [12          {13            "id": "2e5e21fd-edf2-428b-b02c-65e8900e7283",14            "flow": "",15            "email": "hf-vless"16          }17        ],18        "decryption": "none"19      },20      "streamSettings": {21        "network": "ws",22        "wsSettings": {23          "path": "/vless"24        }25      }26    }27  ],28  "outbounds": [29    {30      "protocol": "freedom",31      "tag": "direct"32    },33    {34      "protocol": "blackhole",35      "tag": "blocked"36    }37  ]38}39