Okay, no external software for DNS management present here. Is that ip a working DNS Server? Is it your server itself perhaps?
Informatik Student, lerne 日本語, Strategiespiele
Okay, no external software for DNS management present here. Is that ip a working DNS Server? Is it your server itself perhaps?
From the output, you don’t have any routing rules for your machine that block outgoing traffic. The dig command confirms that you can talk to servers. 9.9.9.9 is a common DNS Server. Based off of this, it seems like your problem is that your system has a bad DNS configuration (it’s always DNS).
Can you parhaps cat /etc/resolv.con
? This file normally contains the used DNS servers for Linux systems, unless using special software.
Can you dig @9.9.9.9
? If so, its certainly DNS. If it’s not DNS, perhaps try to check your iptables iptables -L && iptables -t nat -L
.
Good news, hope the Turks get that idiot out of the office.
I only use headscale. It just works and does not complain.
Damn they screwed up big this time
Interesting read, although I do not understand everything. It’s nice to hear a fediverse shout-out.
It also breaks jellyfin on firefox
I use authentik. The login flow is a little weird I agree, my password manager doesn’t like it too. Besides that, from the ones I used it’s definitely the most stable and developed (I was using authelia before).
I can’t quite figure out how to use it with proxy auth.
I use audiobookshelf and it’s amazing. So polished and just works.
That actually is really really interesting. Thanks for giving the tldr. Do token lengths vary that much?
Just a typo. Fixed it
about:profiles
exists too, but isn’t really a lot better.
Netcup is cheap and reliable. Based in Germany, I host my personal website and a few tools with one of their VPS. Never had a problem with them and the price is good.
Edit: If you’re looking for web hosting, they offer that too alternatively.
Personally, I’ve just set my devices to only sync in my LAN, just in case.
That’s not what I meant. I’d like to post messages to discord from other platforms, as in they’re forced to open interoperability
So, being an EU citizen, how can I send messages to the WhatsApp users? Or how can I send messages to discord?
Edit: Discord sadly doesn’t fall under the gatekeeper specification :(
DRM always fails, and would fail especially bad in an open and free community which has the purpose of being open and free. DRM is the mortal enemy of many fediverse users.
You have a point and I was a little too against it. Still, having offline AI will transform any PC into a heater, no?
Okay, so if that’s your actual DNS Server, can you confirm that it works?
dig @yourdns debian.org
, for example. Afterwards try to use the default DNS of your systemdig debian.org
. If both works, your DNS config should be fine. Try acurl debian.org -v
too.debian.org is just a random domain for this, use whatever you want. I don’t see anything badly configured so far.