ermaozi.yaml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. # 创建者:v2rayse.com 自动创建
  2. # 创建时间:2025-01-31 08:00:00
  3. # 节点类型:
  4. ---
  5. mixed-port: 7890
  6. allow-lan: false
  7. mode: "rule"
  8. log-level: "info"
  9. external-controller: "127.0.0.1:9999"
  10. dns:
  11. enable: true
  12. listen: "0.0.0.0:53"
  13. ipv6: false
  14. default-nameserver:
  15. - "223.5.5.5"
  16. - "114.114.114.114"
  17. nameserver:
  18. - "223.5.5.5"
  19. - "114.114.114.114"
  20. - "119.29.29.29"
  21. - "180.76.76.76"
  22. enhanced-mode: "fake-ip"
  23. fake-ip-range: "198.18.0.1/16"
  24. fake-ip-filter:
  25. - "*.lan"
  26. - "*.localdomain"
  27. - "*.example"
  28. - "*.invalid"
  29. - "*.localhost"
  30. - "*.test"
  31. - "*.local"
  32. - "*.home.arpa"
  33. - "router.asus.com"
  34. - "localhost.sec.qq.com"
  35. - "localhost.ptlogin2.qq.com"
  36. - "+.msftconnecttest.com"
  37. tun:
  38. enable: true
  39. auto-route: true
  40. auto-detect-interface: true
  41. dns-hijack:
  42. - "114.114.114.114"
  43. - "180.76.76.76"
  44. - "119.29.29.29"
  45. - "223.5.5.5"
  46. - "8.8.8.8"
  47. - "8.8.4.4"
  48. - "1.1.1.1"
  49. - "1.0.0.1"
  50. proxies: []
  51. proxy-groups:
  52. - name: "🚀 节点选择"
  53. type: "select"
  54. proxies:
  55. - "♻️ 自动选择"
  56. - "DIRECT"
  57. - name: "♻️ 自动选择"
  58. type: "url-test"
  59. url: "http://www.gstatic.com/generate_204"
  60. interval: 300
  61. tolerance: 50
  62. proxies: []
  63. - name: "🌍 国外媒体"
  64. type: "select"
  65. proxies:
  66. - "🚀 节点选择"
  67. - "♻️ 自动选择"
  68. - "🎯 全球直连"
  69. - name: "📲 电报信息"
  70. type: "select"
  71. proxies:
  72. - "🚀 节点选择"
  73. - "🎯 全球直连"
  74. - name: "Ⓜ️ 微软服务"
  75. type: "select"
  76. proxies:
  77. - "🎯 全球直连"
  78. - "🚀 节点选择"
  79. - name: "🍎 苹果服务"
  80. type: "select"
  81. proxies:
  82. - "🚀 节点选择"
  83. - "🎯 全球直连"
  84. - name: "🎯 全球直连"
  85. type: "select"
  86. proxies:
  87. - "DIRECT"
  88. - "🚀 节点选择"
  89. - "♻️ 自动选择"
  90. - name: "🛑 全球拦截"
  91. type: "select"
  92. proxies:
  93. - "REJECT"
  94. - "DIRECT"
  95. - name: "🍃 应用净化"
  96. type: "select"
  97. proxies:
  98. - "REJECT"
  99. - "DIRECT"
  100. - name: "🐟 漏网之鱼"
  101. type: "select"
  102. proxies:
  103. - "🚀 节点选择"
  104. - "🎯 全球直连"
  105. - "♻️ 自动选择"
  106. rule-providers:
  107. Apple:
  108. type: "http"
  109. behavior: "classical"
  110. url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Apple.list"
  111. format: "text"
  112. interval: 3600
  113. path: "./Clash/Apple.list"
  114. Telegram:
  115. type: "http"
  116. behavior: "classical"
  117. url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Telegram.list"
  118. format: "text"
  119. interval: 3600
  120. path: "./Clash/Telegram.list"
  121. ProxyLite:
  122. type: "http"
  123. behavior: "classical"
  124. url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ProxyLite.list"
  125. format: "text"
  126. interval: 3600
  127. path: "./Clash/ProxyLite.list"
  128. ChinaDomain:
  129. type: "http"
  130. behavior: "classical"
  131. url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaDomain.list"
  132. format: "text"
  133. interval: 3600
  134. path: "./Clash/ChinaDomain.list"
  135. ChinaCompanyIp:
  136. type: "http"
  137. behavior: "classical"
  138. url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaCompanyIp.list"
  139. format: "text"
  140. interval: 3600
  141. path: "./Clash/ChinaCompanyIp.list"
  142. ProxyMedia:
  143. type: "http"
  144. behavior: "classical"
  145. url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ProxyMedia.list"
  146. format: "text"
  147. interval: 3600
  148. path: "./Clash/ProxyMedia.list"
  149. LocalAreaNetwork:
  150. type: "http"
  151. behavior: "classical"
  152. url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/LocalAreaNetwork.list"
  153. format: "text"
  154. interval: 3600
  155. path: "./Clash/LocalAreaNetwork.list"
  156. Microsoft:
  157. type: "http"
  158. behavior: "classical"
  159. url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Microsoft.list"
  160. format: "text"
  161. interval: 3600
  162. path: "./Clash/Microsoft.list"
  163. GoogleCN:
  164. type: "http"
  165. behavior: "classical"
  166. url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/GoogleCN.list"
  167. format: "text"
  168. interval: 3600
  169. path: "./Clash/GoogleCN.list"
  170. BanAD:
  171. type: "http"
  172. behavior: "classical"
  173. url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanAD.list"
  174. format: "text"
  175. interval: 3600
  176. path: "./Clash/BanAD.list"
  177. BanProgramAD:
  178. type: "http"
  179. behavior: "classical"
  180. url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanProgramAD.list"
  181. format: "text"
  182. interval: 3600
  183. path: "./Clash/BanProgramAD.list"
  184. SteamCN:
  185. type: "http"
  186. behavior: "classical"
  187. url: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Ruleset/SteamCN.list"
  188. format: "text"
  189. interval: 3600
  190. path: "./Clash/SteamCN.list"
  191. rules:
  192. - "RULE-SET,LocalAreaNetwork,🎯 全球直连"
  193. - "RULE-SET,BanAD,🛑 全球拦截"
  194. - "RULE-SET,BanProgramAD,🍃 应用净化"
  195. - "RULE-SET,GoogleCN,🎯 全球直连"
  196. - "RULE-SET,SteamCN,🎯 全球直连"
  197. - "RULE-SET,Microsoft,Ⓜ️ 微软服务"
  198. - "RULE-SET,Apple,🍎 苹果服务"
  199. - "RULE-SET,ProxyMedia,🌍 国外媒体"
  200. - "RULE-SET,Telegram,📲 电报信息"
  201. - "RULE-SET,ProxyLite,🚀 节点选择"
  202. - "RULE-SET,ChinaDomain,🎯 全球直连"
  203. - "RULE-SET,ChinaCompanyIp,🎯 全球直连"
  204. - "GEOIP,CN,🎯 全球直连"
  205. - "MATCH,🐟 漏网之鱼"