test_1_client.json 2.2 KB

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