class Middleman::PreviewServer::Checks::ServerNameResolvesToBindAddress

This checks if the server name resolves to the bind_address

If the users enters:

  1. server_name: www.example.com (10.0.0.1)

  2. bind_address: 127.0.0.01

This validation will fail