Advertisement
zikoman

Untitled

Oct 24th, 2023 (edited)
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. {
  2. "dns": {
  3. "servers": [
  4. "8.8.8.8"
  5. ]
  6. },
  7. "inbounds": [
  8. {
  9. "listen": "127.0.0.1",
  10. "port": "8091",
  11. "protocol": "dokodemo-door",
  12. "settings": {
  13. "address": "8.8.8.8",
  14. "network": "tcp,udp",
  15. "port": 53
  16. },
  17. "tag": "dns-in"
  18. },
  19. {
  20. "listen": "127.0.0.1",
  21. "port": "1080",
  22. "protocol": "socks",
  23. "settings": {
  24. "auth": "noauth",
  25. "udp": true,
  26. "userLevel": 8
  27. },
  28. "sniffing": {
  29. "destOverride": [
  30. "http",
  31. "tls",
  32. "quic"
  33. ],
  34. "enabled": true
  35. },
  36. "tag": "socks"
  37. },
  38. {
  39. "listen": "127.0.0.1",
  40. "port": "8080",
  41. "protocol": "http",
  42. "settings": {
  43. "userLevel": 8
  44. },
  45. "tag": "http"
  46. }
  47. ],
  48. "log": {
  49. "loglevel": "none"
  50. },
  51. "outbounds": [
  52. {
  53. "mux": {
  54. "enabled": false
  55. },
  56. "protocol": "vless",
  57. "settings": {
  58. "vnext": [
  59. {
  60. "address": "104.244.43.35",
  61. "port": 443,
  62. "users": [
  63. {
  64. "encryption": "none",
  65. "flow": "",
  66. "id": "b36f6713-fc17-4709-b1e8-4a10f6deb08d",
  67. "level": 8
  68. }
  69. ]
  70. }
  71. ]
  72. },
  73. "streamSettings": {
  74. "network": "ws",
  75. "security": "tls",
  76. "tlsSettings": {
  77. "allowInsecure": true,
  78. "serverName": "abs-zero.twimg.com"
  79. },
  80. "wsSettings": {
  81. "headers": {
  82. "Host": "chupon-vpsgrup.store"
  83. },
  84. "path": "/pKV72ka0/"
  85. }
  86. },
  87. "tag": "VLESS"
  88. }
  89. ],
  90. "policy": {
  91. "levels": {
  92. "8": {
  93. "connIdle": 300,
  94. "downlinkOnly": 1,
  95. "handshake": 4,
  96. "uplinkOnly": 1
  97. }
  98. }
  99. }
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement