Skip to content

Commit b4459c3

Browse files
committed
action: update
1 parent 1482e35 commit b4459c3

File tree

5 files changed

+218
-133
lines changed

5 files changed

+218
-133
lines changed

.github/release/.fpm_systemd

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

.github/release/config.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)