rename some subdomains

This commit is contained in:
♥ Minnie ♥ 2024-05-09 11:40:56 +08:00
parent 65fd1c26f3
commit dae864349d

View file

@ -36,7 +36,7 @@
};
minecraft = {
rule = "Host(`mc.kanto.dev`)";
rule = "Host(`minecraft.kanto.dev`)";
entryPoints = [
"websecure"
];
@ -47,7 +47,7 @@
};
jellyfin = {
rule = "Host(`jf.kanto.dev`)";
rule = "Host(`jellyfin.kanto.dev`)";
entryPoints = [
"websecure"
];
@ -113,7 +113,7 @@
};
jellyseerr = {
rule = "Host(`js.kanto.dev`)";
rule = "Host(`jellyseerr.kanto.dev`)";
entryPoints = [
"websecure"
];