Advertisement
zikoman

okkkkkk

Mar 27th, 2021
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.53 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": false
  22. },
  23. "tag": "socks"
  24. },
  25. {
  26. "port": 10809,
  27. "protocol": "http",
  28. "settings": {
  29. "userLevel": 8
  30. },
  31. "tag": "http"
  32. }
  33. ],
  34. "log": {
  35. "loglevel": "warning"
  36. },
  37. "outbounds": [
  38. {
  39. "mux": {
  40. "enabled": false
  41. },
  42. "protocol": "vmess",
  43. "settings": {
  44. "vnext": [
  45. {
  46. "address": "104.20.75.141",
  47. "port": 80,
  48. "users": [
  49. {
  50. "alterId": 32,
  51. "id": "4b7aa338-0ed1-4aa1-b8e9-508ff642a466",
  52. "level": 8,
  53. "security": "auto"
  54. }
  55. ]
  56. }
  57. ]
  58. },
  59. "streamSettings": {
  60. "network": "ws",
  61. "security": "",
  62. "wsSettings": {
  63. "headers": {
  64. "Host": "v2ray-1.sshstores.vip:443"
  65. },
  66. "path": "/sshstores"
  67. }
  68. },
  69. "tag": "proxy"
  70. },
  71. {
  72. "protocol": "freedom",
  73. "settings": {},
  74. "tag": "direct"
  75. },
  76. {
  77. "protocol": "blackhole",
  78. "settings": {
  79. "response": {
  80. "type": "http"
  81. }
  82. },
  83. "tag": "block"
  84. }
  85. ],
  86. "policy": {
  87. "levels": {
  88. "8": {
  89. "connIdle": 300,
  90. "downlinkOnly": 1,
  91. "handshake": 4,
  92. "uplinkOnly": 1
  93. }
  94. },
  95. "system": {
  96. "statsOutboundUplink": true,
  97. "statsOutboundDownlink": true
  98. }
  99. },
  100. "routing": {
  101. "domainStrategy": "IPIfNonMatch",
  102. "rules": []
  103. },
  104. "stats": {}
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement