Guest User

Untitled

a guest
Nov 16th, 2023
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. {
  2. "dns": {
  3. "independent_cache": true,
  4. "rules": [
  5. {
  6. "query_type": [
  7. 32,
  8. 33
  9. ],
  10. "server": "dns-block"
  11. },
  12. {
  13. "domain_suffix": ".lan",
  14. "server": "dns-block"
  15. }
  16. ],
  17. "servers": [
  18. {
  19. "address": "https://8.8.8.8/dns-query",
  20. "address_resolver": "dns-local",
  21. "detour": "proxy",
  22. "strategy": "",
  23. "tag": "dns-remote"
  24. },
  25. {
  26. "address": "local",
  27. "address_resolver": "dns-local",
  28. "detour": "direct",
  29. "strategy": "",
  30. "tag": "dns-direct"
  31. },
  32. {
  33. "address": "rcode://success",
  34. "tag": "dns-block"
  35. },
  36. {
  37. "address": "local",
  38. "detour": "direct",
  39. "tag": "dns-local"
  40. }
  41. ]
  42. },
  43. "inbounds": [
  44. {
  45. "domain_strategy": "",
  46. "listen": "127.0.0.1",
  47. "listen_port": 2080,
  48. "sniff": true,
  49. "sniff_override_destination": false,
  50. "tag": "mixed-in",
  51. "type": "mixed"
  52. },
  53. {
  54. "auto_route": true,
  55. "domain_strategy": "",
  56. "endpoint_independent_nat": true,
  57. "inet4_address": "172.19.0.1/28",
  58. "interface_name": "tun0",
  59. "mtu": 9000,
  60. "sniff": true,
  61. "sniff_override_destination": false,
  62. "stack": "gvisor",
  63. "strict_route": false,
  64. "tag": "tun-in",
  65. "type": "tun"
  66. }
  67. ],
  68. "log": {
  69. "level": "info"
  70. },
  71. "outbounds": [
  72. {
  73. "domain_strategy": "",
  74. "flow": "",
  75. "packet_encoding": "",
  76. "server": "****",
  77. "server_port": ****,
  78. "tag": "proxy",
  79. "tls": {
  80. "enabled": true,
  81. "reality": {
  82. "enabled": true,
  83. "public_key": "******",
  84. "short_id": ""
  85. },
  86. "server_name": "discordapp.com",
  87. "utls": {
  88. "enabled": true,
  89. "fingerprint": "chrome"
  90. }
  91. },
  92. "transport": {
  93. "service_name": "xyz",
  94. "type": "grpc"
  95. },
  96. "type": "vless",
  97. "uuid": "******"
  98. },
  99. {
  100. "tag": "direct",
  101. "type": "direct"
  102. },
  103. {
  104. "tag": "bypass",
  105. "type": "direct"
  106. },
  107. {
  108. "tag": "block",
  109. "type": "block"
  110. },
  111. {
  112. "tag": "dns-out",
  113. "type": "dns"
  114. }
  115. ],
  116. "route": {
  117. "final": "proxy",
  118. "rules": [
  119. {
  120. "outbound": "dns-out",
  121. "protocol": "dns"
  122. },
  123. {
  124. "network": "udp",
  125. "outbound": "block",
  126. "port": [
  127. 135,
  128. 137,
  129. 138,
  130. 139,
  131. 5353
  132. ]
  133. },
  134. {
  135. "ip_cidr": [
  136. "224.0.0.0/3",
  137. "ff00::/8"
  138. ],
  139. "outbound": "block"
  140. },
  141. {
  142. "outbound": "block",
  143. "source_ip_cidr": [
  144. "224.0.0.0/3",
  145. "ff00::/8"
  146. ]
  147. }
  148. ]
  149. }
  150. }
Add Comment
Please, Sign In to add comment