Trying to get boltbrain.ca
to forward to bolt-brain.fly.dev
.
boltbrain.ca
is registered at porkbun.com.
I set up URL forwarding boltbrain.ca → bolt-brain.fly.dev
I put in A
and AAAA
records with the ip addresses fly says should work.
Type | Host | Answer | TTL |
---|---|---|---|
A | boltbrain.ca | 137.66.5.92 | 3000 |
A | *.boltbrain.ca | 137.66.5.92 | 3000 |
AAAA | boltbrain.ca | 2a09:8280:1::50:8f36:0 | 3000 |
AAAA | *.boltbrain.ca | 2a09:8280:1::50:8f36:0 | 3000 |
curl -v boltbrain.ca
* Trying 2a09:8280:1::50:8f36:0:80...
* Connected to boltbrain.ca (2a09:8280:1::50:8f36:0) port 80 (#0)
> GET / HTTP/1.1
> Host: boltbrain.ca
> User-Agent: curl/7.81.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 301 Moved Permanently
< location: https://boltbrain.ca/
< server: Fly/bc77ddfa7 (2024-11-15)
< via: 1.1 fly.io
< fly-request-id: 01JCZTK4SZ5DRBD6H1F1ZXF9R3-sea
< content-length: 0
< date: Mon, 18 Nov 2024 14:24:57 GMT
<
* Connection #0 to host boltbrain.ca left intact
The problem seems to be on fly’s side.