I do this all the time for that one long command I use monthly like for cert renewals.
Gobo
- 0 posts
- 8 comments
- 9 months
- 10 months
You beat me by 1 year. I switched to slackware when windows 95 came out because I liked cli from ms dos 6.22
- Gobo@lemmy.worldtoSelfhosted@lemmy.world•How do I use public URLs but route within my home network?English1 year
If it is caching you can always set a ttl to a lower value like 5 seconds. And systems should be clearing the dns cache on a new ifup.
- Gobo@lemmy.worldtoSelfhosted@lemmy.world•How do I use public URLs but route within my home network?English1 year
Set up an internal dns server that will resolve your specific host name to an internal ip and forward everything else.
If you just want a specific site, you can use bind and response policy zones. The advantage of this is that you can now configure your dns server to take advantage of block lists on the internet and block malware/ads/tracking domains.
- Gobo@lemmy.worldtoSelfhosted@lemmy.world•Make my IPv6 selfhosted service available on IPv4 network.English2 years
Setup nginx as a v6 to v4 reverse proxy. Or the inverse if you have a public v4 in a vpc to use as a dmz.
- 3 years
Pfsense has an openvpn server and client built in. Also if you are using site-to-site ipsec vpns it can be useful. I think it will also use the extensions if you run a web proxy to inspect tls traffic. If you just use it for a nat gateway, then you don’t need aes-ni or even most of the features Pfsense provides.
Sometimes the fix has been done but the effect takes a while. For a cache to age out or a change to propogate. It all depends on what you are working with/on. Or you made a change but forgot to restart a specific service.
Meanwhile even though you did a fix correctly and aren’t aware of it, since it doesn’t seem to work you change something else and break it again inadvertently.