test_1_client.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "inbound": {
  3. "port": 50000,
  4. "listen": "127.0.0.1",
  5. "protocol": "socks",
  6. "settings": {
  7. "auth": "noauth",
  8. "udp": true,
  9. "ip": "127.0.0.1"
  10. }
  11. },
  12. "outbound": {
  13. "protocol": "vmess",
  14. "settings": {
  15. "vnext": [
  16. {
  17. "address": "127.0.0.1",
  18. "port": 50001,
  19. "users": [
  20. {
  21. "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
  22. "alterId": 10
  23. }
  24. ]
  25. }
  26. ]
  27. }
  28. },
  29. "outboundDetour": [
  30. {
  31. "protocol": "vmess",
  32. "settings": {
  33. "vnext": [
  34. {
  35. "address": "127.0.0.1",
  36. "port": 50005,
  37. "users": [
  38. {"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f"}
  39. ]
  40. }
  41. ]
  42. }
  43. },
  44. {
  45. "protocol": "vmess",
  46. "settings": {
  47. "vnext": [
  48. {
  49. "address": "127.0.0.1",
  50. "port": 50006,
  51. "users": [
  52. {"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f"}
  53. ]
  54. }
  55. ]
  56. }
  57. },
  58. {
  59. "protocol": "vmess",
  60. "settings": {
  61. "vnext": [
  62. {
  63. "address": "127.0.0.1",
  64. "port": 50007,
  65. "users": [
  66. {"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f"}
  67. ]
  68. }
  69. ]
  70. }
  71. },
  72. {
  73. "protocol": "vmess",
  74. "settings": {
  75. "vnext": [
  76. {
  77. "address": "127.0.0.1",
  78. "port": 50008,
  79. "users": [
  80. {"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f"}
  81. ]
  82. }
  83. ]
  84. }
  85. },
  86. {
  87. "protocol": "vmess",
  88. "settings": {
  89. "vnext": [
  90. {
  91. "address": "127.0.0.1",
  92. "port": 50009,
  93. "users": [
  94. {"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f"}
  95. ]
  96. }
  97. ]
  98. }
  99. }
  100. ]
  101. }