From e3b5bea440aa7e79c3f706c0beb7802847c7ffd0 Mon Sep 17 00:00:00 2001 From: NotNite Date: Mon, 17 Mar 2025 14:14:22 -0400 Subject: [PATCH] Move to .localhost TLD for Caddyfile .local is reserved for mDNS (see RFC 6762), and it wasn't properly resolving on my machine. .localhost (RFC 6761) seems more correct. --- Caddyfile | 12 ++++++------ templates/register.html | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Caddyfile b/Caddyfile index 804b279..64d37c9 100644 --- a/Caddyfile +++ b/Caddyfile @@ -2,26 +2,26 @@ auto_https off } -admin.ffxiv.local:80 { +admin.ffxiv.localhost:80 { reverse_proxy :5800 } -ffxiv.local:80 { +ffxiv.localhost:80 { reverse_proxy :5801 } -frontier.ffxiv.local:80 { +frontier.ffxiv.localhost:80 { reverse_proxy :5857 } -patch-bootver.ffxiv.local:80 { +patch-bootver.ffxiv.localhost:80 { reverse_proxy :6900 } -patch-gamever.ffxiv.local:80 { +patch-gamever.ffxiv.localhost:80 { reverse_proxy :6900 } -ffxiv-login.square.local:80 { +ffxiv-login.square.localhost:80 { reverse_proxy :6700 } \ No newline at end of file diff --git a/templates/register.html b/templates/register.html index f628cf8..d102be5 100644 --- a/templates/register.html +++ b/templates/register.html @@ -6,7 +6,7 @@ -
+