Add debug/network endpoint for exposing network data

This commit is contained in:
Daniel
2021-02-23 13:02:27 +01:00
parent 0e51a9523a
commit 253501e1ab
5 changed files with 437 additions and 4 deletions

View File

@@ -54,9 +54,9 @@ func (v Verdict) Verb() string {
case VerdictDrop:
return "dropped"
case VerdictRerouteToNameserver:
return "rerouted to nameserver"
return "to nameserver"
case VerdictRerouteToTunnel:
return "rerouted to tunnel"
return "to tunnel"
case VerdictFailed:
return "failed"
default: