mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-10 04:30:20 +02:00
Maint: dns package interface rework
- return concrete struct type - split interface is sub-interfaces
This commit is contained in:
@@ -2,7 +2,7 @@ package dns
|
||||
|
||||
import "github.com/qdm12/dns/pkg/nameserver"
|
||||
|
||||
func (l *looper) useUnencryptedDNS(fallback bool) {
|
||||
func (l *Loop) useUnencryptedDNS(fallback bool) {
|
||||
settings := l.GetSettings()
|
||||
|
||||
// Try with user provided plaintext ip address
|
||||
|
||||
Reference in New Issue
Block a user