HouzuoGuo/laitos

Periodically acquire latest public IP for daemons' operation

HouzuoGuo opened this issue · 1 comments

Several daemons such as DNS server need to know server's public IP address, this is conducted only once when program starts up. However, if server IP changes, the daemons will continue to operate based on stale invalid IP address.

Correct the behaviour so that every daemon that needs public IP address will fetch it periodically.

Addressed in eb886bf