Advertisement
zikoman

Untitled

Mar 25th, 2022 (edited)
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.99 KB | None | 0 0
  1. {
  2. "dns": {
  3. "servers": [
  4. "8.8.8.8",
  5. "8.8.4.4"
  6. ]
  7. },
  8. "inbounds": [
  9. {
  10. "listen": "127.0.0.1",
  11. "port": "1080",
  12. "protocol": "socks",
  13. "settings": {
  14. "auth": "noauth",
  15. "udp": true,
  16. "userLevel": 8
  17. },
  18. "sniffing": {
  19. "destOverride": [
  20. "http",
  21. "tls"
  22. ],
  23. "enabled": true
  24. },
  25. "tag": "socks"
  26. },
  27. {
  28. "listen": "127.0.0.1",
  29. "port": "10807",
  30. "protocol": "dokodemo-door",
  31. "settings": {
  32. "address": "8.8.8.8",
  33. "network": "tcp,udp",
  34. "port": 53
  35. },
  36. "tag": "dns-in"
  37. },
  38. {
  39. "listen": "127.0.0.1",
  40. "port": "10809",
  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": "vmess",
  57. "settings": {
  58. "vnext": [
  59. {
  60. "address": "csn.cancer.org",
  61. "port": 80,
  62. "users": [
  63. {
  64. "alterId": 0,
  65. "id": "613a258f-60fd-4679-a9cb-83b19b2f624e",
  66. "level": 8,
  67. "security": "auto"
  68. }
  69. ]
  70. }
  71. ]
  72. },
  73. "streamSettings": {
  74. "network": "ws",
  75. "security": "none",
  76. "wsSettings": {
  77. "headers": {
  78. "Host": "ca.vmess1.xservs.xyz"
  79. },
  80. "path": "/vmess"
  81. }
  82. },
  83. "tag": "proxy"
  84. },
  85. {
  86. "protocol": "freedom",
  87. "settings": {},
  88. "tag": "direct"
  89. },
  90. {
  91. "protocol": "blackhole",
  92. "settings": {
  93. "response": {
  94. "type": "http"
  95. }
  96. },
  97. "tag": "block"
  98. }
  99. ],
  100. "policy": {
  101. "levels": {
  102. "8": {
  103. "connIdle": 300,
  104. "downlinkOnly": 1,
  105. "handshake": 4,
  106. "uplinkOnly": 1
  107. }
  108. },
  109. "system": {
  110. "statsOutboundDownlink": true,
  111. "statsOutboundUplink": true
  112. }
  113. },
  114. "routing": {
  115. "domainStrategy": "IPIfNonMatch",
  116. "rules": []
  117. },
  118. "stats": {}
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement