test_6_server.json 619 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "port": 50051,
  3. "inbound": {
  4. "protocol": "shadowsocks",
  5. "settings": {
  6. "method": "aes-256-cfb",
  7. "password": "v2ray-password"
  8. }
  9. },
  10. "inboundDetour": [
  11. {
  12. "protocol": "shadowsocks",
  13. "port": 50055,
  14. "settings": {
  15. "method": "aes-128-cfb",
  16. "password": "v2ray-another",
  17. "udp": true
  18. }
  19. },
  20. {
  21. "protocol": "shadowsocks",
  22. "port": 50056,
  23. "settings": {
  24. "method": "chacha20",
  25. "password": "new-password",
  26. "udp": true
  27. }
  28. }
  29. ],
  30. "outbound": {
  31. "protocol": "freedom",
  32. "settings": {}
  33. }
  34. }