Fixed private CIDRs (#4216)

pull/4081/head
Helvio Pedreschi 2022-07-14 14:15:20 -04:00 committed by GitHub
parent 51946813b8
commit 50f9f9d888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ With private IP validation enabled, InfluxDB first verifies that the IP address
IP addresses are considered private if they fall into one of the following categories:
- IPv4 loopback (`127.0.0.0/8`)
- RFC1918 (`10.0.0.0/8`, `172.26.0.0/12`, `192.268.0.0/16`)
- RFC1918 (`10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
- RFC3927 (`169.254.0.0/16`)
- IPv6 loopback (`::1/128`)
- IPv6 link-local (`fe80::/10`)