vpoint_socks_vmess.json 515 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": 37192,
  21. "users": [
  22. {"id": "27848739-7e62-4138-9fd3-098a63964b6b"},
  23. {"id": "3b129dec-72a3-4d28-aeee-028a0fe86e22"}
  24. ]
  25. }
  26. ]
  27. }
  28. }
  29. }