File tree Expand file tree Collapse file tree 6 files changed +218
-133
lines changed
Expand file tree Collapse file tree 6 files changed +218
-133
lines changed Original file line number Diff line number Diff line change 1+ -s dir
2+ --name mihomo
3+ --category net
4+ --license GPL-3.0-or-later
5+ --description "The universal proxy platform."
6+ --url "https://wiki.metacubex.one/"
7+ --maintainer "MetaCubeX <none@example.com>"
8+ --deb-field "Bug: https://github.com/MetaCubeX/mihomo/issues"
9+ --no-deb-generate-changes
10+ --config-files /etc/mihomo/config.yaml
11+
12+ .github/release/config.yaml=/etc/mihomo/config.yaml
13+
14+ .github/release/mihomo.service=/usr/lib/systemd/system/mihomo.service
15+ .github/release/mihomo@.service=/usr/lib/systemd/system/mihomo@.service
16+
17+
18+ LICENSE=/usr/share/licenses/mihomo/LICENSE
Original file line number Diff line number Diff line change 1+ mixed-port : 7890
2+
3+ dns :
4+ enable : true
5+ ipv6 : true
6+ enhanced-mode : fake-ip
7+ fake-ip-filter :
8+ - " *"
9+ - " +.lan"
10+ - " +.local"
11+ - " +.market.xiaomi.com"
12+ default-nameserver :
13+ - tls://223.5.5.5
14+ nameserver :
15+ - https://doh.pub/dns-query
16+ - https://dns.alidns.com/dns-query
17+
18+ rules :
19+ - MATCH,DIRECT
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments