VMESS-TCP-TLS.jsonc 963 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "log": {
  3. "loglevel": "debug"
  4. },
  5. "inbounds": [
  6. {
  7. "listen": "127.0.0.1",
  8. "port": "1080",
  9. "protocol": "socks",
  10. "settings": {
  11. "udp": true
  12. }
  13. }
  14. ],
  15. "outbounds": [
  16. {
  17. "protocol": "vmess",
  18. "settings": {
  19. "vnext": [
  20. {
  21. "address": "example.com",
  22. "port": 443,
  23. "users": [
  24. {
  25. "id": "90e4903e-66a4-45f7-abda-fd5d5ed7f797",
  26. "alterId": 0,
  27. "security": "none"
  28. }
  29. ]
  30. }
  31. ]
  32. },
  33. "streamSettings": {
  34. "network": "tcp",
  35. "tcpSettings": {
  36. "header": {
  37. "request": {
  38. "path": ["/vmtc"]
  39. },
  40. "type": "http"
  41. }
  42. },
  43. "security": "tls",
  44. "tlsSettings": {
  45. "allowInsecure": false,
  46. "fingerprint": "chrome"
  47. }
  48. }
  49. }
  50. ]
  51. }