vless-server.json 381 B

12345678910111213141516171819202122232425
  1. {
  2. "log": {
  3. "loglevel": "debug"
  4. },
  5. "inbounds": [
  6. {
  7. "listen": "0.0.0.0",
  8. "port": 1234,
  9. "protocol": "vless",
  10. "settings": {
  11. "decryption": "none",
  12. "clients": [
  13. {
  14. "id": "b831381d-6324-4d53-ad4f-8cda48b30811"
  15. }
  16. ]
  17. }
  18. }
  19. ],
  20. "outbounds": [
  21. {
  22. "protocol": "freedom"
  23. }
  24. ]
  25. }