Hacker News new | ask | show | jobs
by 1f97 2556 days ago
>-1x Raspberry Pi 3 B+ in my office running a dynamic dns script and sitting behind a forwarded port for easy sshing.

could you give more info about this? i want to set up something similar at home also.

1 comments

Here's the script: https://github.com/benrad/pydydns

This is specifically for Route53 since that's where I handle my DNS records. I think it would probably be trivial to modify it to work with another DNS provider with an API, though.

It's quite old and probably ugly, but it's been working flawlessly for several years so I haven't really mucked with it much since I created it.