mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CICD: Rename the master branch to main (#2774)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
committed by
GitHub
parent
858c902101
commit
355c0fe6a1
@ -144,7 +144,7 @@ func (c *desecProvider) buildIndexFromResponse(bodyString []byte) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Parses the Link Header into a map (https://github.com/desec-io/desec-tools/blob/master/fetch_zone.py#L13)
|
||||
// Parses the Link Header into a map (https://github.com/desec-io/desec-tools/blob/main/fetch_zone.py#L13)
|
||||
func (c *desecProvider) convertLinks(links string) map[string]string {
|
||||
mapping := make(map[string]string)
|
||||
printer.Debugf("Header: %s\n", links)
|
||||
|
Reference in New Issue
Block a user