test_6_client.json 712 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "log": {
  3. "loglevel": "debug"
  4. },
  5. "inbound": {
  6. "port": 50050,
  7. "listen": "127.0.0.1",
  8. "protocol": "dokodemo-door",
  9. "settings": {
  10. "address": "127.0.0.1",
  11. "port": 50052,
  12. "network": "tcp,udp",
  13. "timeout": 0
  14. }
  15. },
  16. "outbound": {
  17. "protocol": "shadowsocks",
  18. "streamSettings": {
  19. "network": "tcp",
  20. "tcpSettings": {
  21. "header": {
  22. "type": "http",
  23. "request": {},
  24. "response": {}
  25. }
  26. }
  27. },
  28. "settings": {
  29. "servers": [
  30. {
  31. "address": "127.0.0.1",
  32. "port": 50051,
  33. "method": "aes-256-cfb",
  34. "password": "v2ray-password"
  35. }
  36. ]
  37. }
  38. }
  39. }