mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
6 lines
125 B
Go
6 lines
125 B
Go
package service
|
|
|
|
type DNSServer struct {
|
|
Interface string `json:"interface"`
|
|
Comment string `json:"comment,omitempty"`
|
|
}
|