commit 5f202665e2b4cbf6f91639324020b3591df7ec6c from: Stefan Sperling via: Thomas Adam date: Sat Aug 06 20:57:41 2022 UTC add some TODO items for gotwebd commit - 9f6b5e1c564c7dfaf6868179cea3515d730bf3d5 commit + 5f202665e2b4cbf6f91639324020b3591df7ec6c blob - aa72c142e425cba9a166f8789a923744076f450f blob + e17c871204618f00b43a2a08faf0cbd6241f3363 --- TODO +++ TODO @@ -39,7 +39,16 @@ tog: - verify signed tag objects gotweb: -- tracey has a gotwebd thingy in progress somewhere +- man pages need to be written +- gotwebd always listens on 0.0.0.0 and/or ::, even in case the + config says "bind interface lo0"; it should be possible to bind + gotwebd's TCP socket to localhost only +- gotwebd.conf should allow binding to one or more IP addresses +- it should be possible to select an address family with "bind interface" +- run-time changes of addresses on interfaces are being ignored by gotwebd +- perhaps "bind interface" should be removed in favour of using only IP + addresses? This makes the address family selection explicit and avoids + having to monitor interfaces for dynamic address changes. gotd: - needs to be designed and implemented