AFAIK, they only offer the opt-out form in the EU and UK
gratux
So, how long until they delete the comment section outright?
You can use a DNS challenge to show you are in control of the domain without having anything exposed to the net. Essentially LE gives you a special value you have to add as a TXT DNS entry. LE will check if this record exists for your domain, and gives you a certificate, no public IP involved. This even allows you to create wildcard certificates.
Input means the packet stops at the router, like when you access its web ui. I don't think you want to give the internet access to your router settings :)
yes, lan is the Local Area Network, wan is the Wide Area Network. The zone lan refers to the devices on the local side, wan to the great internet.
Disclaimer: I am not a professional network engineer, this is just what i found out after researching some iptables
terminology.
the lan => wan
is perhaps a bit misleading.
lan
is the zone, or which side of the router this firewall rule is in reference to.
wan
is another zone, the arrow shows where packets of type Forward are ending up.
- Input means packets originating from another device within this zone with the router as the destination.
- Output is a packet from the router to another device in the zone.
- Forward is a packet originating from one zone with a destination in another zone.
When forward on the wan interface is set to reject, it essentially means no device from outside may initiate a connection. However, they may respond to already opened connection.
I don't yet know what masquerade does.
it allows easy scripting. also for frequently used commands, i can just scroll up in the history, instead if clicking the same buttons over and over
Ich_Im Echten Leben
A very literal translation of me_irl. Most memes are just regular english memes, literally translated without any regard for gramatical correctness.
fundamentally, an llm doesn't "use" individual sources for any answer. it is just a function approximator, and as such every datapoint influences the result, just more if it closely aligns with the input.