Update default Docker subnet CIDR

Expand default Docker subnet CIDR to be more inclusive.
Resolving issue #2829.
This commit is contained in:
Yongho LEE 2023-04-15 03:23:07 +09:00 committed by GitHub
parent 67208e43cc
commit 4f738196e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ http {
# Local subnets: # Local subnets:
set_real_ip_from 10.0.0.0/8; set_real_ip_from 10.0.0.0/8;
set_real_ip_from 172.16.0.0/12; # Includes Docker subnet set_real_ip_from 172.0.0.0/8; # Includes Docker subnet
set_real_ip_from 192.168.0.0/16; set_real_ip_from 192.168.0.0/16;
# NPM generated CDN ip ranges: # NPM generated CDN ip ranges:
include conf.d/include/ip_ranges.conf; include conf.d/include/ip_ranges.conf;