Add 1.1.1.1 resolver

This commit is contained in:
mkelcik
2023-05-03 23:06:57 +02:00
parent f859e86a08
commit 6f1b45cf8a
9 changed files with 160 additions and 13 deletions

View File

@@ -23,8 +23,9 @@ func NewDefaultIfConfigMe() *IfConfigMe {
func NewIfConfigMe(client Doer) *IfConfigMe {
return &IfConfigMe{
baseResolver: baseResolver{
client: client,
url: ifConfigMeUrl,
client: client,
url: ifConfigMeUrl,
ipParser: defaultIpParser,
},
}
}