Advertisement
zikoman

Jjkjhhhbbv

Apr 24th, 2021
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. {
  2.  
  3. "stats": {},
  4.  
  5. "log": {
  6.  
  7. "loglevel": "warning"
  8.  
  9. },
  10.  
  11. "policy": {
  12.  
  13. "levels": {
  14.  
  15. "8": {
  16.  
  17. "handshake": 4,
  18.  
  19. "connIdle": 300,
  20.  
  21. "uplinkOnly": 1,
  22.  
  23. "downlinkOnly": 1
  24.  
  25. }
  26.  
  27. },
  28.  
  29. "system": {
  30.  
  31. "statsOutboundUplink": false,
  32.  
  33. "statsOutboundDownlink": false
  34.  
  35. }
  36.  
  37. },
  38.  
  39. "inbounds": [
  40.  
  41. {
  42.  
  43. "tag": "socks",
  44.  
  45. "port": 10808,
  46.  
  47. "protocol": "socks",
  48.  
  49. "settings": {
  50.  
  51. "auth": "noauth",
  52.  
  53. "udp": true,
  54.  
  55. "userLevel": 8
  56.  
  57. },
  58.  
  59. "sniffing": {
  60.  
  61. "enabled": true,
  62.  
  63. "destOverride": [
  64.  
  65. "http",
  66.  
  67. "tls"
  68.  
  69. ]
  70.  
  71. }
  72.  
  73. },
  74.  
  75. {
  76.  
  77. "tag": "http",
  78.  
  79. "port": 10809,
  80.  
  81. "protocol": "http",
  82.  
  83. "settings": {
  84.  
  85. "userLevel": 8
  86.  
  87. }
  88.  
  89. }
  90.  
  91. ],
  92.  
  93. "outbounds": [
  94.  
  95. {
  96.  
  97. "tag": "proxy",
  98.  
  99. "protocol": "vmess",
  100.  
  101. "settings": {
  102.  
  103. "vnext": [
  104.  
  105. {
  106.  
  107. "address": "v2ray.site",
  108.  
  109. "port": 10086,
  110.  
  111. "users": [
  112.  
  113. {
  114.  
  115. "id": "c1e7e331-d6d2-4249-b09c-d1f5c8eb752e",
  116.  
  117. "alterId": 64,
  118.  
  119. "security": "auto",
  120.  
  121. "level": 8
  122.  
  123. }
  124.  
  125. ]
  126.  
  127. }
  128.  
  129. ],
  130.  
  131. "servers": [
  132.  
  133. {
  134.  
  135. "address": "v2ray.site",
  136.  
  137. "method": "chacha20",
  138.  
  139. "password": "123456",
  140.  
  141. "port": 10086,
  142.  
  143. "level": 8
  144.  
  145. }
  146.  
  147. ]
  148.  
  149. },
  150.  
  151. "streamSettings": {
  152.  
  153. "network": "tcp"
  154.  
  155. },
  156.  
  157. "mux": {
  158.  
  159. "enabled": false
  160.  
  161. }
  162.  
  163. },
  164.  
  165. {
  166.  
  167. "protocol": "freedom",
  168.  
  169. "settings": {},
  170.  
  171. "tag": "direct"
  172.  
  173. },
  174.  
  175. {
  176.  
  177. "protocol": "blackhole",
  178.  
  179. "tag": "block",
  180.  
  181. "settings": {
  182.  
  183. "response": {
  184.  
  185. "type": "http"
  186.  
  187. }
  188.  
  189. }
  190.  
  191. }
  192.  
  193. ],
  194.  
  195. "routing": {
  196.  
  197. "domainStrategy": "IPIfNonMatch",
  198.  
  199. "rules": []
  200.  
  201. },
  202.  
  203. "dns": {
  204.  
  205. "hosts": {},
  206.  
  207. "servers": []
  208.  
  209. }
  210.  
  211. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement