config.json 286 B

123456789101112131415161718
  1. {
  2. "inbounds": [{
  3. "port": 9000,
  4. "protocol": "vmess",
  5. "settings": {
  6. "clients": [
  7. {
  8. "id": "1eb6e917-774b-4a84-aff6-b058577c60a5",
  9. "level": 1
  10. }
  11. ]
  12. }
  13. }],
  14. "outbounds": [{
  15. "protocol": "freedom",
  16. "settings": {}
  17. }]
  18. }