snc icon indicating copy to clipboard operation
snc copied to clipboard

Support for DNS solutions like nip.io or sslip.io

Open danielmenezesbr opened this issue 3 years ago • 1 comments

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?

danielmenezesbr avatar May 31 '21 19:05 danielmenezesbr

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.

praveenkumar avatar Jun 01 '21 03:06 praveenkumar