Hacker News new | ask | show | jobs
by kuschku 252 days ago
How does it have feature parity if I have no ability to change the entire configuration programmatically, on reaction to certain changes?

My ISP requires a reconnect every 24h, assigning a new IPv4 and IPv6 prefix after every reconnect. That means after each reconnect I need to update DNS entries via RFC 2136, update the IPv6 range for VPN clients, and reconfigure my DECT basestation with the new IP addresses.

Currently I've got scripts as part of the config bundle that use the vyatta configure CLI to update the configuration after every reconnect, which also run on a crontab timer.

How would I support this use case on UnifiOS?