Advertisement
zikoman

json

Mar 2nd, 2021
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.14 KB | None | 0 0
  1. {
  2. "dns": {
  3. "hosts": {
  4. "domain:googleapis.cn": "googleapis.com"
  5. },
  6. "servers": [
  7. "1.1.1.1"
  8. ]
  9. },
  10. "inbounds": [
  11. {
  12. "port": 10808,
  13. "protocol": "socks",
  14. "settings": {
  15. "auth": "noauth",
  16. "udp": true,
  17. "userLevel": 8
  18. },
  19. "sniffing": {
  20. "destOverride": [
  21. "http",
  22. "tls"
  23. ],
  24. "enabled": false
  25. },
  26. "tag": "socks"
  27. },
  28. {
  29. "port": 10809,
  30. "protocol": "http",
  31. "settings": {
  32. "userLevel": 8
  33. },
  34. "tag": "http"
  35. },
  36. {
  37. "listen": "127.0.0.1",
  38. "port": 10807,
  39. "protocol": "dokodemo-door",
  40. "settings": {
  41. "address": "1.1.1.1",
  42. "network": "tcp,udp",
  43. "port": 53
  44. },
  45. "tag": "dns-in"
  46. }
  47. ],
  48. "log": {
  49. "loglevel": "warning"
  50. },
  51. "outbounds": [
  52. {
  53. "mux": {
  54. "enabled": false
  55. },
  56. "protocol": "vmess",
  57. "settings": {
  58. "vnext": [
  59. {
  60. "address": "sg04.v2-ray.us",
  61. "port": 443,
  62. "users": [
  63. {
  64. "alterId": 64,
  65. "id": "87d29bab-377d-42c9-bd84-3b4bd2b3c93f",
  66. "level": 8,
  67. "security": "auto"
  68. }
  69. ]
  70. }
  71. ]
  72. },
  73. "streamSettings": {
  74. "network": "ws",
  75. "security": "tls",
  76. "tlsSettings": {
  77. "allowInsecure": true,
  78. "serverName": "mydigiapp.digi.com.my"
  79. },
  80. "wsSettings": {
  81. "headers": {
  82. "Host": "mydigiapp.digi.com.my"
  83. },
  84. "path": "/sshocean"
  85. }
  86. },
  87. "tag": "proxy"
  88. },
  89. {
  90. "protocol": "freedom",
  91. "settings": {},
  92. "tag": "direct"
  93. },
  94. {
  95. "protocol": "blackhole",
  96. "settings": {
  97. "response": {
  98. "type": "http"
  99. }
  100. },
  101. "tag": "block"
  102. },
  103. {
  104. "protocol": "dns",
  105. "tag": "dns-out"
  106. }
  107. ],
  108. "policy": {
  109. "levels": {
  110. "8": {
  111. "connIdle": 300,
  112. "downlinkOnly": 1,
  113. "handshake": 4,
  114. "uplinkOnly": 1
  115. }
  116. },
  117. "system": {
  118. "statsOutboundUplink": true,
  119. "statsOutboundDownlink": true
  120. }
  121. },
  122. "routing": {
  123. "domainStrategy": "IPIfNonMatch",
  124. "rules": [
  125. {
  126. "inboundTag": [
  127. "dns-in"
  128. ],
  129. "outboundTag": "dns-out",
  130. "type": "field"
  131. },
  132. {
  133. "ip": [
  134. "1.1.1.1"
  135. ],
  136. "outboundTag": "proxy",
  137. "port": "53",
  138. "type": "field"
  139. },
  140. {
  141. "ip": [
  142. "223.5.5.5"
  143. ],
  144. "outboundTag": "direct",
  145. "port": "53",
  146. "type": "field"
  147. }
  148. ]
  149. },
  150. "stats": {}
  151. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement