Closed msfjarvis closed 2 weeks ago
Caddy reverse_proxy blocks have configuration options which can result in the syntax looking like this that causes the extractor to pick up addresses as 127.0.0.1:1234 { rather than the expected 127.0.0.1:1234.
reverse_proxy
127.0.0.1:1234 {
127.0.0.1:1234
Looks good to me, thank you
Caddy
reverse_proxy
blocks have configuration options which can result in the syntax looking like this that causes the extractor to pick up addresses as127.0.0.1:1234 {
rather than the expected127.0.0.1:1234
.