mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-28 17:55:18 +08:00
域名服务增加访问日志
This commit is contained in:
12
pkg/dnsconfigs/access_log_ref.go
Normal file
12
pkg/dnsconfigs/access_log_ref.go
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package dnsconfigs
|
||||
|
||||
type AccessLogRef struct {
|
||||
IsPrior bool `yaml:"isPrior" json:"isPrior"` // 是否覆盖
|
||||
IsOn bool `yaml:"isOn" json:"isOn"` // 是否启用
|
||||
}
|
||||
|
||||
func (this *AccessLogRef) Init() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user