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 1, 2022
1 parent b5da058 commit e1502b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssrf_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ var (
netip.MustParsePrefix("2620:4f:8000::/48"), // Direct Delegation AS112 Service (RFC 7534)
netip.MustParsePrefix("fc00::/7"), // Unique-Local (RFC 4193, RFC 8190)
netip.MustParsePrefix("fe80::/10"), // Link-Local Unicast (RFC 4291)
netip.MustParsePrefix("fec0::/10"), // Deprecated (site-local) (RFC 3879)
netip.MustParsePrefix("ff00::/8"), // Multicast (RFC 4291)
}
)

0 comments on commit e1502b8

Please sign in to comment.