This commit is contained in:
Pascal Fischer
2023-10-23 18:31:40 +02:00
parent c4c59ed3a7
commit de46393a7c
15 changed files with 170 additions and 193 deletions

View File

@@ -21,7 +21,7 @@ type ReadyListener interface {
// IosDnsManager is a dns manager interface for iosß
type IosDnsManager interface {
applyDns(string)
ApplyDns(string)
}
// Server is a dns server interface