Advertisement
zikoman

Untitled

Mar 24th, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.33 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": "144.126.217.48",
  50. "port": 443,
  51. "users": [
  52. {
  53. "alterId": 0,
  54. "id": "5fdee95f-55ac-490e-86bb-d531ab1ad16d",
  55. "level": 8,
  56. "security": "auto"
  57. }
  58. ]
  59. }
  60. ]
  61. },
  62. "streamSettings": {
  63. "network": "ws",
  64. "security": "tls",
  65. "tlsSettings": {
  66. "allowInsecure": true,
  67. "serverName": "telegram.org"
  68. },
  69. "wsSettings": {
  70. "headers": {
  71. "Host": "telegram.org"
  72. },
  73. "path": "/puYmWe1U/"
  74. }
  75. },
  76. "tag": "proxy"
  77. },
  78. {
  79. "protocol": "freedom",
  80. "settings": {},
  81. "tag": "direct"
  82. },
  83. {
  84. "protocol": "blackhole",
  85. "settings": {
  86. "response": {
  87. "type": "http"
  88. }
  89. },
  90. "tag": "block"
  91. }
  92. ],
  93. "policy": {
  94. "levels": {
  95. "8": {
  96. "connIdle": 300,
  97. "downlinkOnly": 1,
  98. "handshake": 4,
  99. "uplinkOnly": 1
  100. }
  101. },
  102. "system": {
  103. "statsOutboundUplink": false,
  104. "statsOutboundDownlink": false
  105. }
  106. },
  107. "routing": {
  108. "domainStrategy": "",
  109. "rules": []
  110. },
  111. "stats": {}
  112. }
  113. =================================
  114. {"dns":{"servers":["8.8.8.8"]},"inbounds":[{"listen":"127.0.0.1","port":10808,"protocol":"socks","settings":{"auth":"noauth","udp":true,"userLevel":8},"sniffing":{"destOverride":["http","tls"],"enabled":false},"tag":"socks"},{"listen":"127.0.0.1","port":10809,"protocol":"http","settings":{"userLevel":8},"tag":"http"}],"log":{"loglevel":"warning"},"outbounds":[{"mux":{"concurrency":8,"enabled":true},"protocol":"vmess","settings":{"vnext":[{"address":"144.126.217.48","port":443,"users":[{"alterId":0,"id":"5fdee95f-55ac-490e-86bb-d531ab1ad16d","level":8,"security":"auto"}]}]},"streamSettings":{"network":"ws","security":"tls","tlsSettings":{"allowInsecure":true,"serverName":"telegram.org"},"wsSettings":{"headers":{"Host":"telegram.org"},"path":"/puYmWe1U/"}},"tag":"proxy"},{"protocol":"freedom","settings":{},"tag":"direct"},{"protocol":"blackhole","settings":{"response":{"type":"http"}},"tag":"block"}],"policy":{"levels":{"8":{"connIdle":300,"downlinkOnly":1,"handshake":4,"uplinkOnly":1}},"system":{"statsOutboundUplink":false,"statsOutboundDownlink":false}},"routing":{"domainStrategy":"","rules":[]},"stats":{}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement