5 ms·
I just like to call out Starlink for not supporting ipv6, massive headache as calls to various ipv4 only sites fail in python then you need to set a timeout in
by lee101 4y ago
I just like to call out Starlink for not supporting ipv6, massive headache as calls to various ipv4 only sites fail in python then you need to set a timeout in your request to trick python into falling back to ipv4, also no public adresses on Starlink made self hosting https://text-generator.io https://text-generator.io a pain but CloudFlared tunnels helped
- tinglymintyfrsh 4y agoAside about AI text generation: Rule 34 will be tested when it comes to generating adulting text content.
- Dagger2 4y agoStarlink are working on it; they've turned on v6 in lots of places over the past month or so. Although you shouldn't need to do any special handling for v4-only sites on v4-only networks. Your DNS results should be sorted to put v4 at the top in that case, so it should be tried first.