This will allow replacing the main file without needing to re-add the settings.
For example, settings.php can be always kept up-to-date locally via a symbolic link, without altering the configuration.
* Hot fix for settings.php
It's failing whenever there's more than 1 chunk.
Fixes#25.
* Escape $ip_packed.
It can contain arbitrary binary characters, so it needs escaping.