UNPKG

@statezero/statezero-tunnel

Version:

Tunnelmole client for StateZero users to create secure tunnels to their local services.

8 lines (6 loc) 354 B
import DomainAlreadyReserved from "../messages/domain-already-reserved"; export default function domainAlreadyReserved(message: DomainAlreadyReserved) { console.info( `The domain ${message.subdomain}.tunnelmole.net is already reserved by another user. Please choose a different subdomain. Falling back to a random subdomain` ); }