diff --git a/utils/clan.js b/utils/clan.js index c952002..7da1780 100644 --- a/utils/clan.js +++ b/utils/clan.js @@ -30,7 +30,7 @@ export function getClanFromHostnameOrPath(hostname, path) { let clanName = null; const clanHostnameMatch = hostname.match( - /^(?[a-z]+)\.clan\.l33t\.xyz$/ + /^(?[a-z]+)\.(dev\.)?clan\.l33t\.xyz(:\d+)?$/ ); const localHostnameMatch = hostname.match(/^localhost:\d+$/);