DynDNS short for dynamic DNS is what you want. But IPv6 only websites are unfortunately even in 2026 still not accessible by many people due to their ISP only supporting IPv4.
Admin on the slrpnk.net Lemmy instance.
He/Him or what ever you feel like.
XMPP: povoq@slrpnk.net
Lemmy alt: @kris@feddit.org
Avatar is an image of a baby octopus.
DynDNS short for dynamic DNS is what you want. But IPv6 only websites are unfortunately even in 2026 still not accessible by many people due to their ISP only supporting IPv4.
ionos.de has VPS for 1€/month, which are not that bad. Server locations are Spain or Germany afaik.
Was this something that came over after some migration?
This basically. Most of the European population descends from a more recent immigration wave from the middle east.
Well other than sending money and free laptops to a racist multi-millionaire and excusing it with a “big tent” approach when asked why the fuck they do that…
Because you usually don’t want to do automatic upgrades across major versions. There is a “latest” equivalent for each major version release though.
Install a newer Linux distro on it and run a Luanti server for the kids to play on.


Funny how you first ignore Wikipedia when it doesn’t fit your propaganda story and now claim it as a source 😅


Hey kiddo, stop listening to PRC propaganda 🤦


Threatening to attack and occupy their self-ruled neighbors is pretty much the textbook definition of imperialist 🤦


People can have one opinion and still prefer to vote against it given the likely consequence of the imperialist neighbor attacking them 🤷


Lol, what are you even talking about? Since 20 years the opinion polls are clear: The majority of the people living in Taiwan consider themselves Taiwanese. There is a somewhat large minority that considers themselves both Taiwanese and Chinese, but when asked to choose between the two the people of Taiwan overwhelmingly (like 90%) prefer to call themselves Taiwanese.
Edit: but it looks like I am replying to a fresh Tankie sockpuppet account, so I guess no need to bother 🤦


I am referring to the opinion of the current inhabitants of Taiwan as expressed in opinion polls.


Yes, but afaik the temperature reading is also on the flash itself. On Samsung nvme drives you even get two different temperature readings to differentiate it if I recall correctly.


No, that is only the official line due to history and political pressure from China.
See: https://en.wikipedia.org/wiki/Opinion_polling_on_Taiwanese_identity


I ran into similar issues before, but adding a passive cooler brought the temperatures down sufficiently.
However when researching the issue there were several people that claimed that ~70° C is actually the design temperature for these SSDs, which would explain why they usually don’t come with a cooler.


You could probably put Anubis in front of your reverse-proxy, but then you need something else in front of it that handles TLS certificates. So maybe something like this: HAProxy->Anubis->Nginx.


This is the botPolicy.yaml that we use on slrpnk.net :
bots:
- name: known-crawler
action: CHALLENGE
expression:
# https://anubis.techaro.lol/docs/admin/configuration/expressions
all:
# Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
- userAgent.contains("Macintosh; Intel Mac") && userAgent.contains("Chrome/125.0.0.0") # very old chrome?
- missingHeader(headers, "Sec-Ch-Ua") # a valid chrome has this header
challenge:
difficulty: 6
algorithm: slow
# Assert behaviour that only genuine browsers display.
# This ensures that Chrome or Firefox versions
- name: realistic-browser-catchall
expression:
all:
- '"User-Agent" in headers'
- '( userAgent.contains("Firefox") ) || ( userAgent.contains("Chrome") ) || ( userAgent.contains("Safari") )'
- '"Accept" in headers'
- '"Sec-Fetch-Dest" in headers'
- '"Sec-Fetch-Mode" in headers'
- '"Sec-Fetch-Site" in headers'
- '"Accept-Encoding" in headers'
- '( headers["Accept-Encoding"].contains("zstd") || headers["Accept-Encoding"].contains("br") )'
- '"Accept-Language" in headers'
action: CHALLENGE
challenge:
difficulty: 2
algorithm: fast
- name: generic-browser
user_agent_regex: (?i:mozilla|opera)
action: CHALLENGE
challenge:
difficulty: 4
algorithm: fast
status_codes:
CHALLENGE: 202
DENY: 406
dnsbl: false
#store:
# backend: valkey
# parameters:
# url: redis://valkey-primary:6379/0
I think I just took it over from Codeberg.org back from when they still used Anubis. Nothing really relevant to Lemmy specifically and it is only in front of the frontends, not the s2s federation API.
It seems though like there are some crawlers that use 3rd party hosted alternative frontends to crawl (unintentionally?) through the federation API, so something in front of that would be useful I guess.


Not too many 8 port managed switches out there with an sfp+ 10gbe port for 50 bucks
Easy to get these days actually, with 10gbit sfp+ and 8x 2.5gbit, managed switches. About $60.
But my actual argument was that your 48 port switch eats electricity like crazy. That aint a cheap switch at all.


But you seem to only need a 8 port at most 🤯
No, typically you use the DNS server of the domain provider.
Hosting your own DNS server is possible, but if you don’t have a static IP address the other DNS servers will have no idea which server to ask when your IP changes, so in this specific scenario it wouldn’t work. And in general it isn’t really worth it as you get a DNS server with your domain included.