ios-cert-enrollment
ios-cert-enrollment copied to clipboard
Server will only bind to 127.0.0.1
Adding the following option to WEBrick should allow me to change the bind address but it does not. I can still change the port successfully
webrick_options = {
:Port => 8443,
:BindAddress => '0.0.0.0',