class Falcon::Controller::Proxy

def endpoint

def endpoint
	@command.endpoint.with(
		ssl_context: self.ssl_context,
		reuse_address: true,
	)
end