[client] Add dns config to debug bundle (#4704)

This commit is contained in:
Viktor Liu
2025-11-05 17:30:17 +01:00
committed by GitHub
parent 75327d9519
commit 229e0038ee
6 changed files with 129 additions and 0 deletions

View File

@@ -5,3 +5,7 @@ package debug
func (g *BundleGenerator) addRoutes() error {
return nil
}
func (g *BundleGenerator) addDNSInfo() error {
return nil
}