cm0002@literature.cafe to Programming@programming.dev · 21 hours agoCan it Resolve DOOM? Game Engine in 2,000 DNS Recordsblog.rice.isexternal-linkmessage-square11fedilinkarrow-up168
arrow-up168external-linkCan it Resolve DOOM? Game Engine in 2,000 DNS Recordsblog.rice.iscm0002@literature.cafe to Programming@programming.dev · 21 hours agomessage-square11fedilink
minus-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up11·edit-220 hours agoDNS is why we can’t have good things.
minus-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up3·3 hours agoI have to debug DNS issues currently.
minus-squarewabasso@lemmy.calinkfedilinkEnglisharrow-up1·19 hours agoI hate it too but is there an alternative?
minus-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up1·edit-23 hours agoLots, but not widely used. All use the fix for a hack.
minus-squareVenat0r@lemmy.worldlinkfedilinkarrow-up6·16 hours agoHmm… Maybe using IP addresses like we use phone numbers? 😅 That seems worse though 😅
minus-squareLucy :3@feddit.orglinkfedilinkarrow-up4·6 hours agoJust curl 2a02:810b:583:d00:1e98:ecff:fe21:4a37 (don’t forget to set $HOST to 30p87.de)
minus-squareLucy :3@feddit.orglinkfedilinkarrow-up1·5 hours agocurl '[2a02:810b:583:d00:1e98:ecff:fe21:4a37]' -LkH 'Host: 30p87.de'
minus-squarewabasso@lemmy.calinkfedilinkEnglisharrow-up1·edit-21 hour agoOk I RTFM but I’m still lost. Partly I don’t know enough about headers to understand the -H flag, but also: What provides the new location to curl when the attempt fails? The web server of the site at the IP you specified? How does one obtain the IP in the first place, I thought this discussion was about alternatives to DNS.
DNS is why we can’t have good things.
Because?
I have to debug DNS issues currently.
I hate it too but is there an alternative?
Lots, but not widely used. All use the fix for a hack.
Hmm… Maybe using IP addresses like we use phone numbers? 😅
That seems worse though 😅
Just curl 2a02:810b:583:d00:1e98:ecff:fe21:4a37 (don’t forget to set $HOST to 30p87.de)
curl '[2a02:810b:583:d00:1e98:ecff:fe21:4a37]' -LkH 'Host: 30p87.de'Ok I RTFM but I’m still lost. Partly I don’t know enough about headers to understand the -H flag, but also:
What provides the new location to curl when the attempt fails? The web server of the site at the IP you specified?
How does one obtain the IP in the first place, I thought this discussion was about alternatives to DNS.