mkdocs.yml 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. site_name: sing-box
  2. site_author: nekohasekai
  3. repo_url: https://github.com/SagerNet/sing-box
  4. repo_name: SagerNet/sing-box
  5. copyright: Copyright © 2022 nekohasekai
  6. site_description: The universal proxy platform.
  7. remote_branch: docs
  8. edit_uri: ""
  9. theme:
  10. name: material
  11. logo: assets/icon.svg
  12. favicon: assets/icon.svg
  13. palette:
  14. - media: "(prefers-color-scheme)"
  15. toggle:
  16. icon: material/link
  17. name: Switch to light mode
  18. - media: "(prefers-color-scheme: light)"
  19. scheme: default
  20. primary: white
  21. toggle:
  22. icon: material/toggle-switch
  23. name: Switch to dark mode
  24. - media: "(prefers-color-scheme: dark)"
  25. scheme: slate
  26. primary: black
  27. toggle:
  28. icon: material/toggle-switch-off
  29. name: Switch to system preference
  30. features:
  31. # - navigation.instant
  32. - navigation.tracking
  33. - navigation.tabs
  34. - navigation.indexes
  35. - navigation.expand
  36. - navigation.sections
  37. - header.autohide
  38. - content.code.copy
  39. - content.code.select
  40. - content.code.annotate
  41. icon:
  42. admonition:
  43. question: material/new-box
  44. nav:
  45. - Home:
  46. - index.md
  47. - Change Log: changelog.md
  48. - Migration: migration.md
  49. - Deprecated: deprecated.md
  50. - Support: support.md
  51. - Sponsors: sponsors.md
  52. - Installation:
  53. - Package Manager: installation/package-manager.md
  54. - Docker: installation/docker.md
  55. - Build from source: installation/build-from-source.md
  56. - Graphical Clients:
  57. - clients/index.md
  58. - Android:
  59. - clients/android/index.md
  60. - Features: clients/android/features.md
  61. - Apple platforms:
  62. - clients/apple/index.md
  63. - Features: clients/apple/features.md
  64. - General: clients/general.md
  65. - Privacy policy: clients/privacy.md
  66. - Manual:
  67. - Proxy:
  68. - Server: manual/proxy/server.md
  69. - Client: manual/proxy/client.md
  70. # - TUN: manual/proxy/tun.md
  71. - Proxy Protocol:
  72. - Shadowsocks: manual/proxy-protocol/shadowsocks.md
  73. - Trojan: manual/proxy-protocol/trojan.md
  74. - Hysteria 2: manual/proxy-protocol/hysteria2.md
  75. - Misc:
  76. - TunnelVision: manual/misc/tunnelvision.md
  77. - Configuration:
  78. - configuration/index.md
  79. - Log:
  80. - configuration/log/index.md
  81. - DNS:
  82. - configuration/dns/index.md
  83. - DNS Server:
  84. - configuration/dns/server/index.md
  85. - Legacy: configuration/dns/server/legacy.md
  86. - Local: configuration/dns/server/local.md
  87. - Hosts: configuration/dns/server/hosts.md
  88. - TCP: configuration/dns/server/tcp.md
  89. - UDP: configuration/dns/server/udp.md
  90. - TLS: configuration/dns/server/tls.md
  91. - QUIC: configuration/dns/server/quic.md
  92. - HTTPS: configuration/dns/server/https.md
  93. - HTTP3: configuration/dns/server/http3.md
  94. - DHCP: configuration/dns/server/dhcp.md
  95. - FakeIP: configuration/dns/server/fakeip.md
  96. - Tailscale: configuration/dns/server/tailscale.md
  97. - DNS Rule: configuration/dns/rule.md
  98. - DNS Rule Action: configuration/dns/rule_action.md
  99. - FakeIP: configuration/dns/fakeip.md
  100. - NTP: configuration/ntp/index.md
  101. - Certificate: configuration/certificate/index.md
  102. - Route:
  103. - configuration/route/index.md
  104. - GeoIP: configuration/route/geoip.md
  105. - Geosite: configuration/route/geosite.md
  106. - Route Rule: configuration/route/rule.md
  107. - Rule Action: configuration/route/rule_action.md
  108. - Protocol Sniff: configuration/route/sniff.md
  109. - Rule Set:
  110. - configuration/rule-set/index.md
  111. - Source Format: configuration/rule-set/source-format.md
  112. - Headless Rule: configuration/rule-set/headless-rule.md
  113. - AdGuard DNS Filer: configuration/rule-set/adguard.md
  114. - Experimental:
  115. - configuration/experimental/index.md
  116. - Cache File: configuration/experimental/cache-file.md
  117. - Clash API: configuration/experimental/clash-api.md
  118. - V2Ray API: configuration/experimental/v2ray-api.md
  119. - Shared:
  120. - Listen Fields: configuration/shared/listen.md
  121. - Dial Fields: configuration/shared/dial.md
  122. - TLS: configuration/shared/tls.md
  123. - DNS01 Challenge Fields: configuration/shared/dns01_challenge.md
  124. - Multiplex: configuration/shared/multiplex.md
  125. - V2Ray Transport: configuration/shared/v2ray-transport.md
  126. - UDP over TCP: configuration/shared/udp-over-tcp.md
  127. - TCP Brutal: configuration/shared/tcp-brutal.md
  128. - Endpoint:
  129. - configuration/endpoint/index.md
  130. - WireGuard: configuration/endpoint/wireguard.md
  131. - Tailscale: configuration/endpoint/tailscale.md
  132. - Inbound:
  133. - configuration/inbound/index.md
  134. - Direct: configuration/inbound/direct.md
  135. - Mixed: configuration/inbound/mixed.md
  136. - SOCKS: configuration/inbound/socks.md
  137. - HTTP: configuration/inbound/http.md
  138. - Shadowsocks: configuration/inbound/shadowsocks.md
  139. - VMess: configuration/inbound/vmess.md
  140. - Trojan: configuration/inbound/trojan.md
  141. - Naive: configuration/inbound/naive.md
  142. - Hysteria: configuration/inbound/hysteria.md
  143. - ShadowTLS: configuration/inbound/shadowtls.md
  144. - VLESS: configuration/inbound/vless.md
  145. - TUIC: configuration/inbound/tuic.md
  146. - Hysteria2: configuration/inbound/hysteria2.md
  147. - AnyTLS: configuration/inbound/anytls.md
  148. - Tun: configuration/inbound/tun.md
  149. - Redirect: configuration/inbound/redirect.md
  150. - TProxy: configuration/inbound/tproxy.md
  151. - Outbound:
  152. - configuration/outbound/index.md
  153. - Direct: configuration/outbound/direct.md
  154. - Block: configuration/outbound/block.md
  155. - SOCKS: configuration/outbound/socks.md
  156. - HTTP: configuration/outbound/http.md
  157. - Shadowsocks: configuration/outbound/shadowsocks.md
  158. - VMess: configuration/outbound/vmess.md
  159. - Trojan: configuration/outbound/trojan.md
  160. - WireGuard: configuration/outbound/wireguard.md
  161. - Hysteria: configuration/outbound/hysteria.md
  162. - ShadowTLS: configuration/outbound/shadowtls.md
  163. - VLESS: configuration/outbound/vless.md
  164. - TUIC: configuration/outbound/tuic.md
  165. - Hysteria2: configuration/outbound/hysteria2.md
  166. - AnyTLS: configuration/outbound/anytls.md
  167. - Tor: configuration/outbound/tor.md
  168. - SSH: configuration/outbound/ssh.md
  169. - DNS: configuration/outbound/dns.md
  170. - Selector: configuration/outbound/selector.md
  171. - URLTest: configuration/outbound/urltest.md
  172. markdown_extensions:
  173. - pymdownx.inlinehilite
  174. - pymdownx.snippets
  175. - pymdownx.superfences
  176. - pymdownx.details
  177. - pymdownx.critic
  178. - pymdownx.caret
  179. - pymdownx.keys
  180. - pymdownx.mark
  181. - pymdownx.tilde
  182. - pymdownx.magiclink
  183. - admonition
  184. - attr_list
  185. - md_in_html
  186. - footnotes
  187. - def_list
  188. - pymdownx.highlight:
  189. anchor_linenums: true
  190. - pymdownx.tabbed:
  191. alternate_style: true
  192. - pymdownx.tasklist:
  193. custom_checkbox: true
  194. - pymdownx.emoji:
  195. emoji_index: !!python/name:material.extensions.emoji.twemoji
  196. emoji_generator: !!python/name:material.extensions.emoji.to_svg
  197. - pymdownx.superfences:
  198. custom_fences:
  199. - name: mermaid
  200. class: mermaid
  201. format: !!python/name:pymdownx.superfences.fence_code_format
  202. extra:
  203. social:
  204. - icon: fontawesome/brands/github
  205. link: https://github.com/SagerNet/sing-box
  206. generator: false
  207. plugins:
  208. - search
  209. - i18n:
  210. docs_structure: suffix
  211. fallback_to_default: true
  212. languages:
  213. - build: true
  214. default: true
  215. locale: en
  216. name: English
  217. - build: true
  218. default: false
  219. locale: zh
  220. name: 简体中文
  221. nav_translations:
  222. Home: 开始
  223. Change Log: 更新日志
  224. Migration: 迁移指南
  225. Deprecated: 废弃功能列表
  226. Support: 支持
  227. Installation: 安装
  228. Package Manager: 包管理器
  229. Build from source: 从源代码构建
  230. Graphical Clients: 图形界面客户端
  231. Features: 特性
  232. Apple platforms: Apple 平台
  233. General: 通用
  234. Privacy policy: 隐私政策
  235. Configuration: 配置
  236. Log: 日志
  237. DNS Server: DNS 服务器
  238. DNS Rule: DNS 规则
  239. DNS Rule Action: DNS 规则动作
  240. Route: 路由
  241. Route Rule: 路由规则
  242. Rule Action: 规则动作
  243. Protocol Sniff: 协议探测
  244. Rule Set: 规则集
  245. Source Format: 源文件格式
  246. Headless Rule: 无头规则
  247. Experimental: 实验性
  248. Cache File: 缓存文件
  249. Shared: 通用
  250. Listen Fields: 监听字段
  251. Dial Fields: 拨号字段
  252. DNS01 Challenge Fields: DNS01 验证字段
  253. Multiplex: 多路复用
  254. V2Ray Transport: V2Ray 传输层
  255. Endpoint: 端点
  256. Inbound: 入站
  257. Outbound: 出站
  258. Manual: 手册
  259. reconfigure_material: true
  260. reconfigure_search: true