Advertisement
zikoman

gig

Mar 10th, 2021
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. {
  2. "dns": {
  3. "servers": [
  4. "8.8.8.8"
  5. ]
  6. },
  7. "inbounds": [
  8. {
  9. "listen": "127.0.0.1",
  10. "port": 10808,
  11. "protocol": "socks",
  12. "settings": {
  13. "auth": "noauth",
  14. "udp": true,
  15. "userLevel": 8
  16. },
  17. "sniffing": {
  18. "destOverride": [
  19. "http",
  20. "tls"
  21. ],
  22. "enabled": false
  23. },
  24. "tag": "socks"
  25. },
  26. {
  27. "listen": "127.0.0.1",
  28. "port": 10809,
  29. "protocol": "http",
  30. "settings": {
  31. "userLevel": 8
  32. },
  33. "tag": "http"
  34. }
  35. ],
  36. "log": {
  37. "loglevel": "warning"
  38. },
  39. "outbounds": [
  40. {
  41. "mux": {
  42. "concurrency": 8,
  43. "enabled": true
  44. },
  45. "protocol": "vmess",
  46. "settings": {
  47. "vnext": [
  48. {
  49. "address": "who.int",
  50. "port": 80,
  51. "users": [
  52. {
  53. "alterId": 32,
  54. "id": "fc87507a-b63f-40da-8646-2c06c2c76ad0",
  55. "level": 8,
  56. "security": "auto"
  57. }
  58. ]
  59. }
  60. ]
  61. },
  62. "streamSettings": {
  63. "network": "ws",
  64. "security": "",
  65. "wsSettings": {
  66. "headers": {
  67. "Host": "v2ray-4.sshstores.vip"
  68. },
  69. "path": "/sshstores"
  70. }
  71. },
  72. "tag": "proxy"
  73. },
  74. {
  75. "protocol": "freedom",
  76. "settings": {},
  77. "tag": "direct"
  78. },
  79. {
  80. "protocol": "blackhole",
  81. "settings": {
  82. "response": {
  83. "type": "http"
  84. }
  85. },
  86. "tag": "block"
  87. }
  88. ],
  89. "policy": {
  90. "levels": {
  91. "8": {
  92. "connIdle": 300,
  93. "downlinkOnly": 1,
  94. "handshake": 4,
  95. "uplinkOnly": 1
  96. }
  97. },
  98. "system": {
  99. "statsOutboundUplink": false,
  100. "statsOutboundDownlink": false
  101. }
  102. },
  103. "routing": {
  104. "domainStrategy": "",
  105. "rules": []
  106. },
  107. "stats": {}
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement