server.jsonc 725 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "log": {
  3. "loglevel": "warning"
  4. },
  5. "inbounds": [
  6. {
  7. "listen": "::1",
  8. "port": 1234,
  9. "protocol": "vless",
  10. "settings": {
  11. "clients": [
  12. {
  13. "id": ""
  14. }
  15. ],
  16. "decryption": "none"
  17. },
  18. "streamSettings": {
  19. "network": "splithttp",
  20. "splithttpSettings": {
  21. "path": "/split"
  22. }
  23. },
  24. "sniffing": {
  25. "enabled": true,
  26. "destOverride": [
  27. "http",
  28. "tls",
  29. "quic"
  30. ]
  31. }
  32. }
  33. ],
  34. "outbounds": [
  35. {
  36. "protocol": "freedom",
  37. "tag": "direct"
  38. }
  39. ]
  40. }