Advertisement
zikoman

hkjgfdssafhh

Mar 27th, 2021 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 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": "listen.tidal.com",
  47. "port": 443,
  48. "users": [
  49. {
  50. "alterId": 64,
  51. "id": "cd868ee4-c5bc-427c-dc2d-d80e6917800b",
  52. "level": 8,
  53. "security": "auto"
  54. }
  55. ]
  56. }
  57. ]
  58. },
  59. "streamSettings": {
  60. "network": "ws",
  61. "security": "tls",
  62. "tlsSettings": {
  63. "allowInsecure": true,
  64. "serverName": "d12vorl62h6qwh.cloudfront.net"
  65. },
  66. "wsSettings": {
  67. "headers": {
  68. "Host": "d12vorl62h6qwh.cloudfront.net"
  69. },
  70. "path": "/"
  71. }
  72. },
  73. "tag": "proxy"
  74. },
  75. {
  76. "protocol": "freedom",
  77. "settings": {},
  78. "tag": "direct"
  79. },
  80. {
  81. "protocol": "blackhole",
  82. "settings": {
  83. "response": {
  84. "type": "http"
  85. }
  86. },
  87. "tag": "block"
  88. }
  89. ],
  90. "policy": {
  91. "levels": {
  92. "8": {
  93. "connIdle": 300,
  94. "downlinkOnly": 1,
  95. "handshake": 4,
  96. "uplinkOnly": 1
  97. }
  98. },
  99. "system": {
  100. "statsOutboundUplink": true,
  101. "statsOutboundDownlink": true
  102. }
  103. },
  104. "routing": {
  105. "domainStrategy": "IPIfNonMatch",
  106. "rules": []
  107. },
  108. "stats": {}
  109. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement