Skip to content

Commit

Permalink
add ntp server
Browse files Browse the repository at this point in the history
  • Loading branch information
布丁狗~ authored Aug 7, 2024
1 parent 8a52e56 commit b91f6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/utils/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const defaultControledMihomoConfig: Partial<IMihomoConfig> = {
ipv6: false,
'enhanced-mode': 'fake-ip',
'fake-ip-range': '198.18.0.1/16',
'fake-ip-filter': ['*', '+.lan', '+.local', '+.market.xiaomi.com'],
'fake-ip-filter': ['*', '+.lan', '+.local', 'time.*.com', 'ntp.*.com', '+.market.xiaomi.com'],
'use-hosts': false,
'use-system-hosts': false,
nameserver: ['https://doh.pub/dns-query', 'https://dns.alidns.com/dns-query']
Expand Down

0 comments on commit b91f6e3

Please sign in to comment.