Advertisement
zikoman

hjhjjhjjh

Apr 7th, 2021
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. {
  2. "dns": {
  3. "servers": [
  4. "1.1.1.1"
  5. ]
  6. },
  7. "inbounds": [
  8. {
  9. "port": 10808,
  10. "protocol": "socks",
  11. "settings": {
  12. "auth": "noauth",
  13. "udp": true,
  14. "userLevel": 8
  15. },
  16. "sniffing": {
  17. "destOverride": [
  18. "http",
  19. "tls"
  20. ],
  21. "enabled": true
  22. },
  23. "tag": "socks"
  24. },
  25. {
  26. "listen": "127.0.0.1",
  27. "port": "10807",
  28. "protocol": "dokodemo-door",
  29. "settings": {
  30. "address": "8.8.8.8",
  31. "network": "tcp,udp",
  32. "port": 53
  33. },
  34. "tag": "dns-in"
  35. },
  36. {
  37. "listen": "127.0.0.1",
  38. "port": "10809",
  39. "protocol": "http",
  40. "settings": {
  41. "userLevel": 8
  42. },
  43. "tag": "http"
  44. }
  45. ],
  46. "log": {
  47. "loglevel": "warning"
  48. },
  49. "outbounds": [
  50. {
  51. "mux": {
  52. "enabled": false
  53. },
  54. "protocol": "vmess",
  55. "settings": {
  56. "vnext": [
  57. {
  58. "address": "usa1.v2chad.tk",
  59. "port": 80,
  60. "users": [
  61. {
  62. "alterId": 32,
  63. "id": "86bb702a-96f9-11eb-8cc2-0318a6385f8c",
  64. "level": 8,
  65. "security": "auto"
  66. }
  67. ]
  68. }
  69. ]
  70. },
  71. "streamSettings": {
  72. "network": "ws",
  73. "security": "none",
  74. "wsSettings": {
  75. "headers": {
  76. "Host": "za1.v2ray.hostname.cc"
  77. },
  78. "path": "/akunssh"
  79. }
  80. },
  81. "tag": "proxy"
  82. },
  83. {
  84. "protocol": "freedom",
  85. "settings": {},
  86. "tag": "direct"
  87. },
  88. {
  89. "protocol": "blackhole",
  90. "settings": {
  91. "response": {
  92. "type": "http"
  93. }
  94. },
  95. "tag": "block"
  96. },
  97. {
  98. "protocol": "dns",
  99. "tag": "dns-out"
  100. }
  101. ],
  102. "policy": {
  103. "levels": {
  104. "8": {
  105. "connIdle": 300,
  106. "downlinkOnly": 1,
  107. "handshake": 4,
  108. "uplinkOnly": 1
  109. }
  110. },
  111. "system": {
  112. "statsOutboundDownlink": true,
  113. "statsOutboundUplink": true
  114. }
  115. },
  116. "routing": {
  117. "domainStrategy": "IPIfNonMatch"
  118. },
  119. "stats": {}
  120. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement