2022-07-08 09:01:38 +00:00
|
|
|
site_name: sing-box
|
|
|
|
site_author: nekohasekai
|
|
|
|
repo_url: https://github.com/SagerNet/sing-box
|
|
|
|
repo_name: SagerNet/sing-box
|
2022-07-09 07:04:04 +00:00
|
|
|
copyright: Copyright © 2022 nekohasekai
|
|
|
|
site_description: The universal proxy platform.
|
|
|
|
remote_branch: docs
|
2022-07-08 09:01:38 +00:00
|
|
|
edit_uri: ""
|
|
|
|
theme:
|
|
|
|
name: material
|
2023-03-05 13:48:36 +00:00
|
|
|
logo: assets/icon.svg
|
|
|
|
favicon: assets/icon.svg
|
2022-07-08 09:01:38 +00:00
|
|
|
palette:
|
|
|
|
- scheme: default
|
|
|
|
primary: white
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-7
|
|
|
|
name: Switch to dark mode
|
|
|
|
- scheme: slate
|
|
|
|
primary: black
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-4
|
|
|
|
name: Switch to light mode
|
|
|
|
features:
|
2022-08-24 04:08:51 +00:00
|
|
|
# - navigation.instant
|
2022-07-08 09:01:38 +00:00
|
|
|
- navigation.tracking
|
|
|
|
- navigation.tabs
|
|
|
|
- navigation.indexes
|
|
|
|
- navigation.expand
|
|
|
|
- navigation.sections
|
|
|
|
- header.autohide
|
|
|
|
nav:
|
2023-09-08 03:52:15 +00:00
|
|
|
- Home:
|
2022-08-08 12:57:50 +00:00
|
|
|
- index.md
|
2022-08-19 11:02:32 +00:00
|
|
|
- Features: features.md
|
2023-09-08 03:52:15 +00:00
|
|
|
- Deprecated: deprecated.md
|
2022-08-19 11:02:32 +00:00
|
|
|
- Support: support.md
|
2022-08-08 12:57:50 +00:00
|
|
|
- Change Log: changelog.md
|
2023-03-05 13:48:36 +00:00
|
|
|
- Installation:
|
|
|
|
- From source: installation/from-source.md
|
2023-07-26 04:36:51 +00:00
|
|
|
- Package Manager:
|
|
|
|
- macOS: installation/package-manager/macOS.md
|
|
|
|
- Windows: installation/package-manager/windows.md
|
|
|
|
- Android: installation/package-manager/android.md
|
2023-03-05 13:48:36 +00:00
|
|
|
- Clients:
|
2023-07-26 04:36:51 +00:00
|
|
|
- Specification: installation/clients/specification.md
|
2023-04-06 04:42:57 +00:00
|
|
|
- iOS: installation/clients/sfi.md
|
2023-07-24 08:53:10 +00:00
|
|
|
- macOS: installation/clients/sfm.md
|
2023-07-29 11:54:37 +00:00
|
|
|
- Apple tvOS: installation/clients/sft.md
|
2023-04-06 04:42:57 +00:00
|
|
|
- Android: installation/clients/sfa.md
|
2022-07-08 09:01:38 +00:00
|
|
|
- Configuration:
|
|
|
|
- configuration/index.md
|
2022-08-28 04:45:38 +00:00
|
|
|
- Log:
|
|
|
|
- configuration/log/index.md
|
2022-07-08 09:01:38 +00:00
|
|
|
- DNS:
|
|
|
|
- configuration/dns/index.md
|
|
|
|
- DNS Server: configuration/dns/server.md
|
|
|
|
- DNS Rule: configuration/dns/rule.md
|
2023-03-25 04:03:23 +00:00
|
|
|
- FakeIP: configuration/dns/fakeip.md
|
2023-02-21 12:20:17 +00:00
|
|
|
- NTP:
|
|
|
|
- configuration/ntp/index.md
|
2022-08-24 08:56:29 +00:00
|
|
|
- Route:
|
|
|
|
- configuration/route/index.md
|
|
|
|
- GeoIP: configuration/route/geoip.md
|
|
|
|
- Geosite: configuration/route/geosite.md
|
|
|
|
- Route Rule: configuration/route/rule.md
|
|
|
|
- Protocol Sniff: configuration/route/sniff.md
|
|
|
|
- Experimental:
|
2022-08-25 13:08:29 +00:00
|
|
|
- configuration/experimental/index.md
|
2022-08-24 08:56:29 +00:00
|
|
|
- Shared:
|
2022-08-31 05:21:29 +00:00
|
|
|
- Listen Fields: configuration/shared/listen.md
|
|
|
|
- Dial Fields: configuration/shared/dial.md
|
2022-08-24 08:56:29 +00:00
|
|
|
- TLS: configuration/shared/tls.md
|
|
|
|
- Multiplex: configuration/shared/multiplex.md
|
|
|
|
- V2Ray Transport: configuration/shared/v2ray-transport.md
|
2023-03-17 04:24:29 +00:00
|
|
|
- UDP over TCP: configuration/shared/udp-over-tcp.md
|
2022-07-08 09:01:38 +00:00
|
|
|
- Inbound:
|
|
|
|
- configuration/inbound/index.md
|
2022-07-08 10:48:43 +00:00
|
|
|
- Direct: configuration/inbound/direct.md
|
2022-07-08 10:10:39 +00:00
|
|
|
- Mixed: configuration/inbound/mixed.md
|
2022-08-24 08:56:29 +00:00
|
|
|
- SOCKS: configuration/inbound/socks.md
|
2022-07-08 10:10:39 +00:00
|
|
|
- HTTP: configuration/inbound/http.md
|
|
|
|
- Shadowsocks: configuration/inbound/shadowsocks.md
|
2022-08-01 09:02:13 +00:00
|
|
|
- VMess: configuration/inbound/vmess.md
|
2022-08-08 12:57:50 +00:00
|
|
|
- Trojan: configuration/inbound/trojan.md
|
2022-08-10 13:17:02 +00:00
|
|
|
- Naive: configuration/inbound/naive.md
|
2022-08-19 07:42:57 +00:00
|
|
|
- Hysteria: configuration/inbound/hysteria.md
|
2022-08-31 06:21:53 +00:00
|
|
|
- ShadowTLS: configuration/inbound/shadowtls.md
|
2023-02-25 08:24:08 +00:00
|
|
|
- VLESS: configuration/inbound/vless.md
|
2023-08-11 13:11:11 +00:00
|
|
|
- TUIC: configuration/inbound/tuic.md
|
2023-09-09 05:42:38 +00:00
|
|
|
- Hysteria2: configuration/inbound/hysteria2.md
|
2022-07-15 00:42:02 +00:00
|
|
|
- Tun: configuration/inbound/tun.md
|
|
|
|
- Redirect: configuration/inbound/redirect.md
|
|
|
|
- TProxy: configuration/inbound/tproxy.md
|
2022-07-08 10:48:43 +00:00
|
|
|
- Outbound:
|
|
|
|
- configuration/outbound/index.md
|
|
|
|
- Direct: configuration/outbound/direct.md
|
|
|
|
- Block: configuration/outbound/block.md
|
2022-08-24 08:56:29 +00:00
|
|
|
- SOCKS: configuration/outbound/socks.md
|
2022-07-08 10:48:43 +00:00
|
|
|
- HTTP: configuration/outbound/http.md
|
|
|
|
- Shadowsocks: configuration/outbound/shadowsocks.md
|
2022-08-01 09:02:13 +00:00
|
|
|
- VMess: configuration/outbound/vmess.md
|
2022-08-08 12:57:50 +00:00
|
|
|
- Trojan: configuration/outbound/trojan.md
|
2022-08-17 07:19:10 +00:00
|
|
|
- WireGuard: configuration/outbound/wireguard.md
|
2022-08-19 07:42:57 +00:00
|
|
|
- Hysteria: configuration/outbound/hysteria.md
|
2022-08-31 06:21:53 +00:00
|
|
|
- ShadowTLS: configuration/outbound/shadowtls.md
|
2022-09-13 03:24:33 +00:00
|
|
|
- ShadowsocksR: configuration/outbound/shadowsocksr.md
|
|
|
|
- VLESS: configuration/outbound/vless.md
|
2023-08-11 13:11:11 +00:00
|
|
|
- TUIC: configuration/outbound/tuic.md
|
2023-09-09 05:42:38 +00:00
|
|
|
- Hysteria2: configuration/outbound/hysteria2.md
|
2022-08-20 16:59:49 +00:00
|
|
|
- Tor: configuration/outbound/tor.md
|
2022-08-21 11:36:08 +00:00
|
|
|
- SSH: configuration/outbound/ssh.md
|
2022-07-23 01:29:37 +00:00
|
|
|
- DNS: configuration/outbound/dns.md
|
2022-07-22 06:07:27 +00:00
|
|
|
- Selector: configuration/outbound/selector.md
|
2022-09-15 07:22:08 +00:00
|
|
|
- URLTest: configuration/outbound/urltest.md
|
2022-08-22 04:43:21 +00:00
|
|
|
- FAQ:
|
|
|
|
- faq/index.md
|
2023-03-25 04:03:23 +00:00
|
|
|
- FakeIP: faq/fakeip.md
|
2022-08-22 04:43:21 +00:00
|
|
|
- Known Issues: faq/known-issues.md
|
2022-07-08 14:44:42 +00:00
|
|
|
- Examples:
|
|
|
|
- examples/index.md
|
2022-08-08 12:57:50 +00:00
|
|
|
- Linux Server Installation: examples/linux-server-installation.md
|
2022-12-03 05:31:25 +00:00
|
|
|
- Tun: examples/tun.md
|
2022-07-23 01:29:37 +00:00
|
|
|
- DNS Hijack: examples/dns-hijack.md
|
2022-12-03 05:31:25 +00:00
|
|
|
- Shadowsocks: examples/shadowsocks.md
|
|
|
|
- ShadowTLS: examples/shadowtls.md
|
|
|
|
- Clash API: examples/clash-api.md
|
2023-06-07 13:10:01 +00:00
|
|
|
- FakeIP: examples/fakeip.md
|
2022-08-25 13:08:29 +00:00
|
|
|
- Contributing:
|
|
|
|
- contributing/index.md
|
|
|
|
- Developing:
|
|
|
|
- Environment: contributing/environment.md
|
|
|
|
- Sub projects: contributing/sub-projects.md
|
2022-07-08 09:01:38 +00:00
|
|
|
markdown_extensions:
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.snippets
|
|
|
|
- pymdownx.superfences
|
|
|
|
- pymdownx.details
|
2022-07-09 01:26:50 +00:00
|
|
|
- pymdownx.critic
|
|
|
|
- pymdownx.caret
|
|
|
|
- pymdownx.keys
|
|
|
|
- pymdownx.mark
|
|
|
|
- pymdownx.tilde
|
|
|
|
- admonition
|
2022-07-08 09:01:38 +00:00
|
|
|
- attr_list
|
|
|
|
- md_in_html
|
|
|
|
- footnotes
|
2022-07-08 10:48:43 +00:00
|
|
|
- def_list
|
|
|
|
- pymdownx.highlight:
|
|
|
|
anchor_linenums: true
|
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
|
|
|
- pymdownx.tasklist:
|
|
|
|
custom_checkbox: true
|
2022-07-08 09:01:38 +00:00
|
|
|
extra:
|
|
|
|
social:
|
|
|
|
- icon: fontawesome/brands/github
|
|
|
|
link: https://github.com/SagerNet/sing-box
|
|
|
|
generator: false
|
2022-08-24 04:08:51 +00:00
|
|
|
plugins:
|
2023-04-25 21:29:27 +00:00
|
|
|
- search
|
2022-08-24 04:08:51 +00:00
|
|
|
- i18n:
|
|
|
|
default_language: en
|
|
|
|
languages:
|
|
|
|
en:
|
|
|
|
name: English
|
|
|
|
build: false
|
|
|
|
zh:
|
|
|
|
name: 简体中文
|
|
|
|
material_alternate: true
|
|
|
|
nav_translations:
|
|
|
|
zh:
|
|
|
|
Getting Started: 开始
|
|
|
|
Features: 特性
|
|
|
|
Support: 支持
|
|
|
|
Change Log: 更新日志
|
2023-02-21 12:20:17 +00:00
|
|
|
|
2023-03-05 13:48:36 +00:00
|
|
|
Installation: 安装
|
|
|
|
From source: 从源代码
|
|
|
|
Clients: 客户端
|
|
|
|
|
2022-08-24 04:08:51 +00:00
|
|
|
Configuration: 配置
|
|
|
|
Log: 日志
|
|
|
|
DNS Server: DNS 服务器
|
|
|
|
DNS Rule: DNS 规则
|
2023-02-21 12:20:17 +00:00
|
|
|
|
2022-08-24 04:08:51 +00:00
|
|
|
Route: 路由
|
|
|
|
Route Rule: 路由规则
|
|
|
|
Protocol Sniff: 协议探测
|
2023-02-21 12:20:17 +00:00
|
|
|
|
2022-08-24 08:56:29 +00:00
|
|
|
Experimental: 实验性
|
2023-02-21 12:20:17 +00:00
|
|
|
|
2022-08-24 04:08:51 +00:00
|
|
|
Shared: 通用
|
2022-08-31 05:21:29 +00:00
|
|
|
Listen Fields: 监听字段
|
|
|
|
Dial Fields: 拨号字段
|
2022-08-24 09:31:32 +00:00
|
|
|
Multiplex: 多路复用
|
2022-08-24 04:08:51 +00:00
|
|
|
V2Ray Transport: V2Ray 传输层
|
2023-02-21 12:20:17 +00:00
|
|
|
|
2022-08-24 08:56:29 +00:00
|
|
|
Inbound: 入站
|
|
|
|
Outbound: 出站
|
2023-02-21 12:20:17 +00:00
|
|
|
|
2022-08-24 04:08:51 +00:00
|
|
|
FAQ: 常见问题
|
|
|
|
Known Issues: 已知问题
|
|
|
|
Examples: 示例
|
|
|
|
Linux Server Installation: Linux 服务器安装
|
2023-04-25 21:29:27 +00:00
|
|
|
DNS Hijack: DNS 劫持
|