perusio / drupal-with-nginx

Running Drupal using nginx: an idiosyncratically crafted bleeding edge configuration.
854 stars 246 forks source link

Use IPv6 addresses that are reserved for documentation #219

Closed brycied00d closed 9 years ago

brycied00d commented 9 years ago

The 2001:db8::/32 is reserved for documentation just like yours, in order to avoid overlapping with real-world address space. Alternatively, you could consider using link-local addresses for examples.

http://tools.ietf.org/html/rfc3849 https://en.wikipedia.org/wiki/Reserved_IP_addresses#IPv6

brycied00d commented 9 years ago

Sorry for the noise. I misread the README.md to mean that it was using one of Wikipedia's IPv6 addresses, without checking what was actually used in the files. I see now that link-local addresses are used, so there's no risk of overlapping with the public Internet.