SteveTech

joined 2 years ago
[–] SteveTech@programming.dev 2 points 3 months ago

Misunderstanding aside, thanks for the link!

[–] SteveTech@programming.dev 1 points 3 months ago

It's 3.6GB upload though, which doesn't make much sense for a firmware update. The download usage was 96MB. But I agree that's it's probably something failing and retrying.

[–] SteveTech@programming.dev 1 points 3 months ago

I'd intercept port 53 traffic for UDP and TCP, that way it doesn't matter what the IP is. I don't know about consumer stuff, but a dst nat rule should work.

[–] SteveTech@programming.dev 2 points 3 months ago (1 children)

My Mikrotik routers and switches also reboot in seconds (even for upgrades), which I've never seen consumer gear do!

Even my Ubiquiti switches seem to take a minute or so to start forwarding traffic after a reboot; whilst my Mikrotik switches reboot faster than any of my unmanaged switches start up.

[–] SteveTech@programming.dev 1 points 4 months ago* (last edited 4 months ago)

Cloudflare usually blocks 'unknown' bots, which are basically bots that aren't search crawlers. Also I've got Cloudflare setup to challenge requests for .zip, .tar.gz, or .bundle files, so that it doesn't affect anyone unless they download from their browser.

There's also probably a way to configure something similar in Anubis, if you don't like a middleman snooping your requests.

[–] SteveTech@programming.dev 2 points 4 months ago (2 children)

It shouldn't be because you're not actually the owner of the IP address. If any user could get a cert, they could impersonate any other.

They're 'shortlived' 7 day certs, verified using a HTTP challenge. It doesn't matter who owns the IP, it's just a matter of who holds the IP.

[–] SteveTech@programming.dev 6 points 4 months ago (2 children)

It doesn't look like the normal boot log for Linux (or FreeBSD), so I'm not sure what it is either.

[–] SteveTech@programming.dev 5 points 4 months ago

Just to be that guy, 'use strict'; is specifically for JavaScript, and should still probably be used. With xHTML there were a few different DTDs that went in the DOCTYPE, Strict being one of them.

[–] SteveTech@programming.dev 2 points 4 months ago

Some websites like Facebook and Google work, but other websites like Lemmy (any instance), Reddit, my CMMS, various wholesaler sites hosted both in AU and worldwide, are affected.

I wonder if IPv4 is somehow wonky, but IPv6 is working fine? Since Facebook and Google definitely support IPv6, the others may not (although Reddit should too).

You could try comparing ping -4 and ping -6 when it happens. That is if your network supports IPv6.

If you do get any inconsistencies with ping, you could also try experimenting with traceroute/tracert, to see where the delay happens.

[–] SteveTech@programming.dev 2 points 5 months ago

Pretty sure they're talking about why the meme says, 'WINDOWS', 'LINUX', and 'ios'.

[–] SteveTech@programming.dev 20 points 5 months ago

Fun fact: IP version 5 is actually reserved for the Internet Streaming Protocol.

 

I was basically thinking of a simple browser app for Android that automatically makes its requests over a Wireguard tunnel.

I don't publicly expose a lot of my self hosted services, most are only available over a Wireguard VPN. I don't think my family could work that out, and I also don't usually keep it enabled all the time on my phone.

It doesn't have to be a fully featured browser, I'm fine for it to be the built in Android WebView or something, and just have a configurable menu of pages that can be easily visited.

I have some Android app experience from Uni, so I could maybe help out somewhat, but I feel I'm going to be in way over my head to do this alone. I'm happy to donate a little anyway.

view more: next ›