VrayoSystems / vtrunkd

Open source SD WAN daemon for linux (network link bonding/trunking/aggregation and multichannel VPN daemon).
GNU General Public License v3.0
224 stars 77 forks source link

make sure that hostname resolver works at the time of connection attempt #208

Closed grandrew closed 8 years ago

grandrew commented 8 years ago

in order to be able to swtich dns records / clients real-time we need to have the resolver to work at the fact of connection to server.

this will allow to use the following:

  1. if we want redundancy we just add several DNS records for RR
  2. if we want to distribute users (load balance) we add user records to certain servers only, other servers will issue a connection deny until correct server is reached
    1. actually this is required for redundancy too as we do not want users to attach to different servers at once
grandrew commented 8 years ago

made sure, this is the way it works now