From nobody Sun Feb 7 18:17:47 2021 Authentication-Results: mail-b.sr.ht; dkim=pass header.d=alexwennerberg.com header.i=@alexwennerberg.com Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by mail-b.sr.ht (Postfix) with ESMTPS id 5FC3D11EFF6 for <~aw/flounder@lists.sr.ht>; Sun, 7 Feb 2021 18:17:46 +0000 (UTC) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alexwennerberg.com; s=key1; t=1612721864; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=3urbVHFyXHeMMjE3W6pwVxv0NIf9nYU/syEA6f7jBPY=; b=Xbk0gPP1R1owCSWivVx+oKwIXn5oQOVQkrPK/3Gs36LXUVjO0bvoXe/zzsITlPQbc9AFiU u/XQFqdW63xz+UnDybwFp+LWrSipTXiZjDEwVFLNJ/B1sB1GriZvmUWGKtYYBDBpyeKlvx UHcQR/g0N2ZREeUSejoV0PlAOH/LzAM3yBiPyvUtIcGch3wH1UwJkN4cvKW0QDpNz00KdN 1lFCimykLFDJC2F17Kl/+Fg60NtIEywxdhOOgfrCeXncdjQ7IWNRkVQm0NYZ265I3Az+vk o7UtzhIMy9hqfKIFnMBZWsn/LShKq8aVeLUJ/E8tiaeFRRoZEPuSjdGELt7ZTw== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Subject: Limiting Custom Domains to gemini:// X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "alex wennerberg" To: "Thomas Lloyd" , , <~aw/flounder@lists.sr.ht> Date: Sun, 07 Feb 2021 10:02:14 -0800 Message-Id: In-Reply-To: <9799c52edb3f64c516775bd4dabc723773f010ea@hey.com> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: alex@alexwennerberg.com On Sun Feb 7, 2021 at 9:59 AM PST, Thomas Lloyd wrote: > First of all I would like to thank you for creating flounder! Second, I > have a question about custom domains. > > Is it possible to point my site "thmslld.flounder.online" to the domain > "grappling.ca" but only if I access it through the gemini protocol as in > "gemini://grappling.ca"? I guess I am wondering if I can serve the > gemini version of my site through gemini while keeping the http version > working at the same domain. > > Thanks! Hi Thomas! If you set the DNS records to point to Flounder, all traffic will be routed to it, regardless of protocol or port. This is a limitation caused by the way DNS works, unfortunately. The only way that I'm aware that I could get around this would be setting up Flounder so that any request to https://grappling.ca gets redirected towards your existing site. I could consider adding this feature but there are technical limitations to it -- all traffic to your site would have to go through the Flounder servers. A potential workaround would be using a separate subdomain for your gemini page, e.g. g.grappling.ca or gemini.grappling.ca Let me know if you have any other questions or feedback. I've forwarded this message to the Flounder mailing list for visibility in case anyone else is curious about this issue. This is a good place to send any feedback, feature requests, or discussion about the Flounder project. https://lists.sr.ht/~aw/flounder Thanks for your interest in Flounder! All the best, Alex