config.json 512 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "port": 1080,
  3. "log": {
  4. "access": ""
  5. },
  6. "inbound": {
  7. "protocol": "socks",
  8. "settings": {
  9. "auth": "noauth",
  10. "udp": false,
  11. "ip": "127.0.0.1"
  12. }
  13. },
  14. "outbound": {
  15. "protocol": "vmess",
  16. "settings": {
  17. "vnext": [
  18. {
  19. "address": "127.0.0.1",
  20. "port": 27183,
  21. "users": [
  22. {"id": "ad937d9d-6e23-4a5a-ba23-bce5092a7c51"}
  23. ],
  24. "network": "tcp"
  25. }
  26. ]
  27. }
  28. }
  29. }