Add Bind Address option
authorelieyal <elieyal@hotmail.com>
Mon, 18 Jun 2018 07:59:59 +0000 (10:59 +0300)
committerGitHub <noreply@github.com>
Mon, 18 Jun 2018 07:59:59 +0000 (10:59 +0300)
commit33542aa99bfd8181f6e2f66fff6c59b843d6cf4e
tree88241aa5d91d0413e9e840effa18e3be52ab1a8a
parent655acd5a11d405b0fae8f2921de8216336825e90
Add Bind Address option

This change allows to Bind Address to an IP address instead of the binding to the Interface Name in the server section.
Example:
<Server "239.192.74.66" "25826">
                SecurityLevel Encrypt
                Username "user"
                Password "secret"
                BindAddress "10.9.25.59"
                ResolveInterval 14400
        </Server>

Credit to: Ofir Hermesh
src/network.c