snc
snc copied to clipboard
Support for DNS solutions like nip.io or sslip.io
snc-library.sh will abort installation when CRC_BASE_DOMAIN
is:
127.0.0.1.nip.io
or
127.0.0.1.sslip.io
A workaround would be to patch snc-library.sh. For example:
sed -i '/if echo $${ping_status}/c\ if false; then' snc-library.sh
Is this a user case that the SNC should support?
You can put a PR to introduce another ENV variable SNC_PING_STATUS
which default value would be true
and then user can set it according to their usecase.