Hello,
i do have IPv4 and IPV6 with GUA and ULA on my home server with tvh running.
For limiting admin access to local network only, i would like to bind tvh to the IPV4 and ULA only - not the GUA, because my GUA prefix changes from my ISP every few hours an thus cannot be given in allowed networks.
But --bindaddr seems only to work with one address.
I tried comma seperation: --bindaddr 192.168.X.Y,fd00::a:b:c:d - but that wont work "tcp: getaddrinfo: 192.168.X.Y,fd00::a:b:c:d: Name or service unknown"
When i use only one of those, it works.
Any hints, how to start tvh bound to only two IPs?