Skip to content

Commit

Permalink
Merge pull request #74 from zluudg/leon/pop-issue-73/source-tagging
Browse files Browse the repository at this point in the history
Send along src format with debug command data
  • Loading branch information
johanix authored Oct 31, 2024
2 parents 3480059 + b41e8a8 commit 64b0bd6
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 64b0bd6

Please sign in to comment.