diff --git a/README.md b/README.md index bd6281b6..9f692a7a 100644 --- a/README.md +++ b/README.md @@ -120,18 +120,18 @@ experimental: # - "user1:pass1" # - "user2:pass2" +# # experimental hosts, support wildcard (e.g. *.clash.dev Even *.foo.*.example.com) +# # static domain has a higher priority than wildcard domain (foo.example.com > *.example.com) +# hosts: +# '*.clash.dev': 127.0.0.1 +# 'alpha.clash.dev': '::1' + # dns: # enable: true # set true to enable dns (default is false) # ipv6: false # default is false # listen: 0.0.0.0:53 # enhanced-mode: redir-host # or fake-ip # # fake-ip-range: 198.18.0.1/16 # if you don't know what it is, don't change it - # # experimental hosts, support wildcard (e.g. *.clash.dev Even *.foo.*.example.com) - # # static domain has a higher priority than wildcard domain (foo.example.com > *.example.com) - # # NOTE: hosts don't work with `fake-ip` - # hosts: - # '*.clash.dev': 127.0.0.1 - # 'alpha.clash.dev': '::1' # nameserver: # - 114.114.114.114 # - tls://dns.rubyfish.cn:853 # dns over tls