User avatar
Erin, the OSHA denialist @ekatwired@so.yuri.diy
Admin
The Ekat Kollective at the Wired and so on...

Yohou, welcome to my profile! I am a quirky transfem living in Brno. Also a computer toucher. I like trains, silly stuff (esp. my girlfriend).

@ash <3

Used to be
@erindesu
Location
The Wired, Brno
Pronouns
ona/jejich (CS), she/they (EN)
User avatar
Erin, the OSHA denialist @ekatwired@so.yuri.diy
1w
@ash: i would like a choccy milk.

Me: proceeds making almost one liter
User avatar
Erin, the OSHA denialist @ekatwired@so.yuri.diy
1w
i think i have too many GPON ONTs for someone who does not have GPON at home.
User avatar
Erin, the OSHA denialist @ekatwired@so.yuri.diy
1w
Little followup, here is the Nginx config for the IPv6 thingee. It is a simple SNI-based TLS proxy. I run it on our router at home.
stream {
	server {
		listen 37.143.117.109:443;

		resolver [2001:148f:ffff::1] ipv4=off;
		ssl_preread on;

		proxy_bind 64:ff9b:1::$remote_addr transparent;
		proxy_pass $ssl_preread_server_name:$server_port;
	}
}



Had to get rid of the horrors of
firewall4 of OpenWrt fame and with hand-written NFTables put little things for the access control:
table ip6 filter {
	# ...
	chain forward_from_untrusted {
		# Here are forwards from stuff like WAN
	}

	chain output {
		type filter hook output priority filter
		policy accept

		ip6 saddr 64:ff9b:1::/96 goto nat46_forward
	}

	chain nat46_forward {
		jump forward_from_untrusted
		reject with icmpv6 type admin-prohibited
	}
}



User avatar
Erin, the OSHA denialist @ekatwired@so.yuri.diy
1w
Little write about what has happened.

I used to live with my ex, then stuff happened and I temporarily moved to my mom's place, but left the instance server there.

Then, the landlord there was changing the lightbulb because water soaked in from neighbours' flat and power went down and since the instance was down.

I moved to new place, with
@ash, but did not have the spoons to fix it. And I needed to write a NAT thingee so IPv4-only hosts can access this instance, which I found out can be very easily done with Nginx, so I managed to cobble it together within like an hour (including firewall configs).

Tried to re-use old domain, but instance actor keys I have lost so, new domain, new place. And actually new server computer (you can see the specs on
suika.host.yuri.diy but it is IPv6-only site).

edit: IPv6-only because it is made to represent the host in DNS, and I just happened to put there a little website.
User avatar
Erin, the OSHA denialist @ekatwired@so.yuri.diy
1w
@ash you look gayer :p
User avatar
Erin, the OSHA denialist @ekatwired@so.yuri.diy
1w
Not gonna lie, using Libadwaita app, Tuba, on Android is funky. Pleasant, yes, but something about it feels... unnatural.