class Falcon::Command::Virtual
def host_endpoint(hostname, **options)
def host_endpoint(hostname, **options) endpoint = secure_endpoint(**options) url = URI.parse(@options[:bind_secure]) url.hostname = hostname return Async::HTTP::Endpoint.new(url, hostname: endpoint.hostname) end