client.jsonc 869 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "log": {
  3. "loglevel": "warning"
  4. },
  5. "inbounds": [
  6. {
  7. "listen": "127.0.0.1",
  8. "port": 10808,
  9. "protocol": "socks",
  10. "settings": {
  11. "udp": true
  12. }
  13. }
  14. ],
  15. "outbounds": [
  16. {
  17. "protocol": "vless",
  18. "settings": {
  19. "vnext": [
  20. {
  21. "address": "",
  22. "port": 443,
  23. "users": [
  24. {
  25. "id": "",
  26. "encryption": "none"
  27. }
  28. ]
  29. }
  30. ]
  31. },
  32. "streamSettings": {
  33. "network": "splithttp",
  34. "splithttpSettings": {
  35. "path": "/split"
  36. },
  37. "security": "tls",
  38. "tlsSettings": {
  39. "serverName": ""
  40. }
  41. },
  42. "tag": "proxy"
  43. }
  44. ]
  45. }