summaryrefslogtreecommitdiff
path: root/internal/netutil/validate.go
AgeCommit message (Expand)AuthorFiles
2023-07-07[feature] enable + document explicit IP dialer allowing/denying (#1950)v0.10.0-rc1Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-12-01[chore] Remove duplicate prefixes from sanitizer (#1195)Libravatar Daniele Sluijters1
2022-11-26Additional IP range validations (#1152)Libravatar Daniele Sluijters1
2022-11-25[bugfix]: Fix IPv6 validation (#1150)Libravatar Daniele Sluijters1
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim1