Skip to content

Commit

Permalink
Send along src format with debug command data
Browse files Browse the repository at this point in the history
  • Loading branch information
zluudg committed Oct 28, 2024
1 parent 3480059 commit b41e8a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apihandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ func APIdebug(conf *Config) func(w http.ResponseWriter, r *http.Request) {
Filename: td.Lists[t][n].Filename,
RpzZoneName: td.Lists[t][n].RpzZoneName,
RpzSerial: td.Lists[t][n].RpzSerial,
SrcFormat: td.Lists[t][n].SrcFormat,
}
}
}
Expand Down

0 comments on commit b41e8a8

Please sign in to comment.