Skip to content

Commit

Permalink
Updated prefixes by ssrfgen
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrfgen-bot authored and daenney committed Dec 2, 2022
1 parent 2fd3765 commit 3c43e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssrf_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var (
netip.MustParsePrefix("198.51.100.0/24"), // Documentation (TEST-NET-2) (RFC 5737)
netip.MustParsePrefix("203.0.113.0/24"), // Documentation (TEST-NET-3) (RFC 5737)
netip.MustParsePrefix("240.0.0.0/4"), // Reserved (RFC 1112, Section 4)
netip.MustParsePrefix("224.0.0.0/4"), // Multicast (RFC 5771)
netip.MustParsePrefix("224.0.0.0/4"), // Multicast (RFC 1112, Section 4)
}

// IPv6SpecialPurpose contains IPv6 special purpose IP prefixes
Expand Down

0 comments on commit 3c43e59

Please sign in to comment.