Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. {
  2. "dns": {
  3. "servers": [
  4. "1.1.1.1"
  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": true
  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. "enabled": false
  43. },
  44. "protocol": "vmess",
  45. "settings": {
  46. "vnext": [
  47. {
  48. "address": "v6.plink.hk",
  49. "port": 443,
  50. "users": [
  51. {
  52. "alterId": 2,
  53. "id": "31d1c838-89f6-3d8e-ab8f-19b27f1c1bdf",
  54. "level": 8,
  55. "security": "auto"
  56. }
  57. ]
  58. }
  59. ]
  60. },
  61. "streamSettings": {
  62. "network": "ws",
  63. "security": "tls",
  64. "tlssettings": {
  65. "allowInsecure": true,
  66. "serverName": "v6.plink.hk"
  67. },
  68. "wssettings": {
  69. "connectionReuse": true,
  70. "headers": {
  71. "Host": "v6.plink.hk"
  72. },
  73. "path": "/api"
  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. "statsInboundUplink": true,
  104. "statsInboundDownlink": true
  105. }
  106. },
  107. "routing": {
  108. "domainStrategy": "IPIfNonMatch",
  109. "rules": []
  110. },
  111. "stats": {}
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement