clash.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="HandheldFriendly" content="True">
  7. <title>免费Clash节点</title>
  8. <style type='text/css'>
  9. body {
  10. background-color: white;
  11. color: #333333;
  12. font-family: Arial, sans-serif;
  13. margin: 0;
  14. padding: 36px;
  15. line-height: 1;
  16. font-size: 14px;
  17. }
  18. .section {
  19. margin-bottom: 36px;
  20. }
  21. .section.friendly {
  22. color: #222222;
  23. }
  24. .section.friendly h1 {
  25. font-size: 26px;
  26. background-color: #dad8e4;
  27. padding: 18px 22px 15px 22px;
  28. margin: 0;
  29. overflow: hidden;
  30. }
  31. .section.friendly h1 strong {
  32. display: inline-block;
  33. float: left;
  34. }
  35. .section.friendly h1 small {
  36. display: inline-block;
  37. float: right;
  38. text-align: right;
  39. font-size: 18px;
  40. padding-top: 4px;
  41. color: #333333;
  42. }
  43. .section.friendly .article {
  44. border: 4px solid #dad8e4;
  45. padding: 24px 18px 18px 18px;
  46. }
  47. .section.friendly .article h3 {
  48. font-size: 20px;
  49. margin: 0 0 18px 0;
  50. }
  51. .section.friendly .article a {
  52. color: #6b6ceb;
  53. }
  54. .section.friendly .article a:visited {
  55. color: #1d1d3b;
  56. }
  57. .section.friendly .article p {
  58. font-size: 14px;
  59. }
  60. .section.friendly .article ul {
  61. list-style-type: square;
  62. }
  63. .section.original {
  64. background-color: #eeeeee;
  65. color: #444444;
  66. }
  67. .section.original h2 {
  68. background-color: #dddddd;
  69. margin: 0;
  70. padding: 18px 22px 18px 22px;
  71. font-size: 20px;
  72. }
  73. .section.original pre {
  74. margin: 0;
  75. padding: 18px 22px 18px 22px;
  76. overflow: auto;
  77. font-family: monaco, monospaced;
  78. }
  79. .section.original pre code {
  80. display: block;
  81. font-size: 11px;
  82. width: 100%;
  83. }
  84. </style>
  85. </head>
  86. <body>
  87. <div class='container'>
  88. <div class='section friendly'>
  89. <h1><strong>免费Clash节点</strong></h1>
  90. <div class='article'>
  91. <p>自动抓取tg频道、订阅地址、公开互联网上的ss、ssr、vmess节点信息,聚合去重后提供clash配置,每15分钟更新</p>
  92. <br>
  93. <p>Clash配置文件:https://{{ .domain }}/clash/config <a href="clash://install-config?url=https://{{ .domain }}/clash/config">一键导入</a></p>
  94. <p>Clash proxy-provider(Shadowrocket添加订阅方式可用):<a href="https://{{ .domain }}/clash/proxies">https://{{ .domain }}/clash/proxies</a></p>
  95. <br>
  96. <p>筛选代理类型(此种方式你只能自己维护配置文件):https://{{ .domain }}/clash/proxies?type=ss,ssr,vmess</p>
  97. <p>所有节点的Provider(不是都可以用):<a href="https://{{ .domain }}/clash/proxies?type=all">https://{{ .domain }}/clash/proxies?type=all</a></p>
  98. <br>
  99. <p>抓取程序已开源:<a href="https://github.com/zu1k/proxypool">https://github.com/zu1k/proxypool</a></p>
  100. </div>
  101. </div>
  102. </div>
  103. <!-- Global site tag (gtag.js) - Google Analytics -->
  104. <script async src="https://www.googletagmanager.com/gtag/js?id=G-DC6CR61FHE"></script>
  105. <script>
  106. window.dataLayer = window.dataLayer || [];
  107. function gtag(){dataLayer.push(arguments);}
  108. gtag('js', new Date());
  109. gtag('config', 'G-DC6CR61FHE');
  110. </script>
  111. </body>
  112. </html>