Vless-TCP-TLS.jsonc 935 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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": "vless",
  18. "settings": {
  19. "vnext": [
  20. {
  21. "address": "example.com",
  22. "port": 443,
  23. "users": [
  24. {
  25. "id": "90e4903e-66a4-45f7-abda-fd5d5ed7f797",
  26. "encryption": "none"
  27. }
  28. ]
  29. }
  30. ]
  31. },
  32. "streamSettings": {
  33. "network": "tcp",
  34. "tcpSettings": {
  35. "header": {
  36. "request": {
  37. "path": ["/vltc"]
  38. },
  39. "type": "http"
  40. }
  41. },
  42. "security": "tls",
  43. "tlsSettings": {
  44. "allowInsecure": false,
  45. "fingerprint": "chrome"
  46. }
  47. }
  48. }
  49. ]
  50. }