ios-cert-enrollment icon indicating copy to clipboard operation
ios-cert-enrollment copied to clipboard

Server will only bind to 127.0.0.1

Open dancudds opened this issue 8 years ago • 0 comments

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',

dancudds avatar Mar 31 '16 16:03 dancudds