diff options
| author | handingkang <[email protected]> | 2023-12-20 00:22:44 +0800 |
|---|---|---|
| committer | handingkang <[email protected]> | 2023-12-20 00:22:44 +0800 |
| commit | 36661b036bec8fa0eb5d77cfa43a02645eb9eec9 (patch) | |
| tree | 4b732b0df4c131cd5d541a65ab0a5c19815c1333 /core | |
| parent | a998707524775446e6a71477c92f6f7f9e567f47 (diff) | |
修复分析器代码问题
Diffstat (limited to 'core')
| -rw-r--r-- | core/dnsserver/zdirectives.go | 1 | ||||
| -rw-r--r-- | core/plugin/zplugin.go | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/dnsserver/zdirectives.go b/core/dnsserver/zdirectives.go index 83743ac..847fd70 100644 --- a/core/dnsserver/zdirectives.go +++ b/core/dnsserver/zdirectives.go @@ -62,4 +62,5 @@ var Directives = []string{ "on", "sign", "view", + "v64dns", } diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go index 882973d..467e1cf 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -54,6 +54,7 @@ import ( _ "ohmydns/plugin/trace" _ "ohmydns/plugin/transfer" _ "ohmydns/plugin/tsig" + _ "ohmydns/plugin/v64dns" _ "ohmydns/plugin/view" _ "ohmydns/plugin/whoami" ) |
