@statezero/statezero-tunnel
Version:
Tunnelmole client for StateZero users to create secure tunnels to their local services.
11 lines (9 loc) • 355 B
text/typescript
import DomainReservationError from "../messages/domain-reservation-error";
export default function domainReservationError(message: DomainReservationError) {
console.info(
`There was an error reserving the domain ${message.subdomain}.tunnelmole.net. Falling back to a random subdomain`
);
}
export {
domainReservationError
}