Guest User

Server config

a guest
Dec 20th, 2024
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. {
  2. "log": {
  3. "loglevel": "error"
  4. },
  5. "inbounds": [
  6. {
  7. "port": 443,
  8. "protocol": "vless",
  9. "settings": {
  10. "clients": [
  11. {
  12. "id": "REDACTED",
  13. "email": "ALL_WORKING",
  14. "flow": "xtls-rprx-vision"
  15. },
  16. {
  17. "id": "REDACTED",
  18. "email": "DNS_NON_WORKING",
  19. "flow": "xtls-rprx-vision"
  20. }
  21. ],
  22. "decryption": "none"
  23. },
  24. "streamSettings": {
  25. "network": "tcp",
  26. "security": "reality",
  27. "realitySettings": {
  28. "dest": "www.googletagmanager.com:443",
  29. "serverNames": [
  30. "www.googletagmanager.com"
  31. ],
  32. "privateKey": "REDACTED",
  33. "shortIds": [
  34. "REDACTED"
  35. ]
  36. }
  37. }
  38. }
  39. ],
  40. "outbounds": [
  41. {
  42. "protocol": "freedom"
  43. }
  44. ]
  45. }
  46.  
Advertisement
Add Comment
Please, Sign In to add comment