module Falcon::Environment::Proxy

def url

The host that this proxy will receive connections for.
def url
	"https://[::]:443"
end