drsound / fault_tolerant_router

A daemon, running in background on a Linux router or firewall, monitoring the state of multiple internet uplinks/providers and changing the routing accordingly. LAN/DMZ internet traffic is load balanced between the uplinks.
GNU General Public License v2.0
185 stars 20 forks source link

Update generate_config.rb #17

Closed gunterja closed 8 years ago

gunterja commented 8 years ago

Changed instance of #exists? to #exist? since the former deprecated in favor of the latter.

drsound commented 8 years ago

Thanks!