Advertisement
zikoman

trrdddsssas5446654

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