Skip to content

Commit

Permalink
fix(inwx): allow wildcard hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Feb 12, 2024
1 parent 1706443 commit d009ef3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/provider/providers/inwx/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ func (p *Provider) isValid() error {
return fmt.Errorf("%w", errors.ErrUsernameNotSet)
case p.password == "":
return fmt.Errorf("%w", errors.ErrPasswordNotSet)
case p.host == "*":
return fmt.Errorf("%w", errors.ErrHostWildcard)
}
return nil
}
Expand Down

0 comments on commit d009ef3

Please sign in to comment.