Closed mstilkerich closed 2 years ago
This allows to bind to a specific network address, e.g. the loopback interface's address.
New config parameters: listenAddr and tlsListenAddr
They can be set to an IPv4 or IPv6 address.
(Disclaimer: I don't know go, but the change appears to work for me and seems simple enough.)
Thanks for the fast feedback! I addressed your comments.
Squashed and merged with 4d4ce18
This allows to bind to a specific network address, e.g. the loopback interface's address.
New config parameters: listenAddr and tlsListenAddr
They can be set to an IPv4 or IPv6 address.
(Disclaimer: I don't know go, but the change appears to work for me and seems simple enough.)