client.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "log": {
  3. "loglevel": "warning"
  4. },
  5. "routing": {
  6. "rules": [
  7. {
  8. "ip": [
  9. "geoip:private"
  10. ],
  11. "outboundTag": "direct"
  12. }
  13. ]
  14. },
  15. "inbounds": [
  16. {
  17. "listen": "127.0.0.1",
  18. "port": 10808,
  19. "protocol": "socks"
  20. },
  21. {
  22. "listen": "127.0.0.1",
  23. "port": 10809,
  24. "protocol": "http"
  25. }
  26. ],
  27. "outbounds": [
  28. {
  29. "protocol": "vless",
  30. "settings": {
  31. "vnext": [
  32. {
  33. "address": "",
  34. "port": 443,
  35. "users": [
  36. {
  37. "id": "",
  38. "encryption": "none"
  39. }
  40. ]
  41. }
  42. ]
  43. },
  44. "streamSettings": {
  45. "network": "splithttp",
  46. "splithttpSettings": {
  47. "path": "/split"
  48. },
  49. "security": "tls",
  50. "tlsSettings": {
  51. "serverName": ""
  52. }
  53. },
  54. "tag": "proxy"
  55. },
  56. {
  57. "protocol": "freedom",
  58. "tag": "direct"
  59. }
  60. ]
  61. }