Advertisement
zikoman

hhhhhh

Feb 27th, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 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": -1,
  43. "enabled": false
  44. },
  45. "protocol": "vless",
  46. "settings": {
  47. "vnext": [
  48. {
  49. "address": "fr-sbs.v2-ray.com",
  50. "port": 80,
  51. "users": [
  52. {
  53. "alterId": 0,
  54. "encryption": "none",
  55. "flow": "",
  56. "id": "f0e9c904-d0f7-4e5c-82b4-490ca1ffe30b",
  57. "level": 8,
  58. "security": "auto"
  59. }
  60. ]
  61. }
  62. ]
  63. },
  64. "streamSettings": {
  65. "httpSettings": {
  66. "host": [
  67. "www.tigoenlinea.com"
  68. ],
  69. "path": "www.tigoenlinea.com"
  70. },
  71. "network": "h2",
  72. "security": "tls",
  73. "tlsSettings": {
  74. "allowInsecure": true,
  75. "serverName": "www.tigoenlinea.com"
  76. }
  77. },
  78. "tag": "proxy"
  79. },
  80. {
  81. "protocol": "freedom",
  82. "settings": {},
  83. "tag": "direct"
  84. },
  85. {
  86. "protocol": "blackhole",
  87. "settings": {
  88. "response": {
  89. "type": "http"
  90. }
  91. },
  92. "tag": "block"
  93. }
  94. ],
  95. "policy": {
  96. "levels": {
  97. "8": {
  98. "connIdle": 300,
  99. "downlinkOnly": 1,
  100. "handshake": 4,
  101. "uplinkOnly": 1
  102. }
  103. },
  104. "system": {
  105. "statsOutboundUplink": false,
  106. "statsOutboundDownlink": false
  107. }
  108. },
  109. "routing": {
  110. "domainStrategy": "",
  111. "rules": []
  112. },
  113. "stats": {}
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement