• 35 posts
  • 94 comments
Joined 3 years ago
Cake day: July 17th, 2023

I am looking for a router, and OpenWRT came up. I was looking at their table of hardware and the ASUS RT-AC3100 seemed like a good option, as its cheap used, (~$40 USD) and supported by the latest OpenWRT version.

Thing is, its EOL, per Asus. Does this mean that it won’t be supported on OpenWRT for much longer?

Is there a way to see or estimate when a router will no longer work on OpenWRT?

Using docker pihole, has anyone got any DoT/DoH working or even any Mullvad DNS?

Everytime I set any of these Pi-Hole just responds with Reply: No reply received

I’ve tried:

  • FTLCONF_dns_upstreams=194.242.2.6#853

with these too:

194.242.2.2#853

194.242.2.2#443

194.242.2.2

1.1.1.1#853

I would like to run Gluetun in its own compose.yaml file, and run qbittorrent in its own compose.yaml file. I want to use the vpn connection Gluetun makes for qbittorrent.

Does anyone have examples of this working? I’ve been messing with the containers, and different docker networks can I cannot get it working.

(my test has been running docker exec -it qbittorrent curl -s https://ifconfig.me/)

cross-posted from: https://lemmy.world/post/35008728

I have a pixel 6, so I have ~1 year of security updates left.

I would like my next phone to use a data-only sim card/esim.

Now I still need my current number, and am okay with paying for it in addition to a data-only plan. What I would like is to leave the pixel 6 at home 24/7, and have a way of forwarding notifications to the new phone.

I am self-hosting many things, including ntfy, so if the phone could send an SMS to ntfy that would be amazing.


Are there any apps that do this? It doesn’t have to just forward SMS, but all notifications would also work.

Should I even bother? Just leave it at home and check the SMS whenever I can? (Benefit of forcing people to use Signal)

I have an expanding homelab that is now including a family members home. I have homeA.com, and they have homeB.com. I manage both, and connect to theirs over Tailscale. Both servers run pihole and traefik. What I want, is to be able to connect to homeB.com from homeA.com. I have a DNS entry in homeA pihole for homeB.com=100.x.x.x (Tailscale ip). So, any device on Tailscale and homeA pihole can access homeB.com.

What I would like, is to make it so only the two servers need Tailscale. So on my laptop, without Tailscale, from homeA, can access homeB.com through the servers Tailscale connection. Is this possible?