@@ -20,7 +20,7 @@ Object.entries(mappings).map(([key, value]) => {
`
} else if (value.startsWith("redir:")) {
caddyfile += `${key} {
redir ${value.split(":")[1]}
redir ${value.split(":").slice(1).join(":")}
}
The note is not visible to the blocked user.