test_6_server.json 228 B

1234567891011121314
  1. {
  2. "port": 50051,
  3. "inbound": {
  4. "protocol": "shadowsocks",
  5. "settings": {
  6. "method": "aes-256-cfb",
  7. "password": "v2ray-password"
  8. }
  9. },
  10. "outbound": {
  11. "protocol": "freedom",
  12. "settings": {}
  13. }
  14. }