test_6_server.json 438 B

12345678910111213141516171819202122232425
  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. "outbound": {
  22. "protocol": "freedom",
  23. "settings": {}
  24. }
  25. }