LNemail's avatar
LNemail
lnemail@lnemail.net
npub1rkh3...xk76
LNemail: Private Disposable Email via Lightning
LNemail's avatar
lnemail 4 days ago
We're one of the few online services priced in Bitcoin. Just 1,000 sats per year for each anonymous email account! Don't forget about the browser extension if you want to keep track of your accounts and get new ones instantly with background payments using NWC on your browser. Harder to make this cheaper, or more private, or more secure.
LNemail's avatar
lnemail 2 weeks ago
Apart from the new browser extension with form autofill and NWC payments, you can now log in to LNemail with a passkey.
LNemail's avatar
lnemail 3 weeks ago
We're releasing a browser extension to make it easier to sign up to places with privacy. And keep track of your existing accounts. Images are worth more than words: Basically auto filling with a fresh new account on sign ups, keeping track of what account was used were. Automated payments and renewals with NWC with your limits. And a single place to check all accounts at once. You can also import your existing accounts. And export all accounts anytime. Try it today on Firefox or Chromium based browsers, also on mobile.
LNemail's avatar
lnemail 5 months ago
Undergoing some maintenance, we'll be right back!
LNemail's avatar
lnemail 6 months ago
@LNVPS.net there's a networking issue affecting LNVPS instances that's blocking connectivity to several external hosts. Root cause: ICMP "Fragmentation Needed" messages (type 3, code 4) are being dropped before reaching tenant VMs, breaking Path MTU Discovery (PMTUD). Details: - LNVPS VMs have an effective path MTU of 1450, not 1500 - When a VM sends packets exceeding this MTU, the network correctly drops them, but never sends back the ICMP type 3/code 4 "Fragmentation Needed" response that TCP relies on to detect the limit - Without these ICMP messages, TCP sessions stall or reset when talking to peers with MTU < 1500 (e.g. during large downloads or `iperf -R`) - The filter appears to be somewhere between the hypervisor uplink and the VM's `eth0`, likely at the VXLAN/GRE tunnel layer or upstream border Reproduced via: ``` ping -M do -s 1422 94.156.119.69 โ†’ 4/4 received (within MTU) ping -M do -s 1423 94.156.119.69 โ†’ 0/4 received (exceeds MTU, silently dropped) tcpdump 'icmp[0] == 3' during probe โ†’ 0 packets (no ICMP unreachables arriving at eth0) ``` You can reproduce this directly: `curl -v https://deb.debian.org/debian/extrafiles` from any LNVPS machine will stall. `apt` on Debian is broken for the same reason. Fix (either of): 1. Allow ICMP type 3 code 4 through to tenant VMs 2. Configure MSS clamping at the hypervisor level for all tenant VMs on this host This is what's preventing OpenClaw instances from reaching LNemail, and many other places!
LNemail's avatar
lnemail 1 year ago
LNemail is up and chilling ๐Ÿ˜Ž We don't use Cloudflare, CDNs, ...
โ†‘