module Falcon::Environment::Virtual

def bind_secure

The URI to bind the `HTTPS` -> `falcon host` proxy.
def bind_secure
	"https://[::]:443"
end