From 8bb75b135d867583540888397a2aebb527a3d696 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Mon, 23 Apr 2018 11:19:34 +0200 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b12278f..9696e87 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # wanmonitor WAN Monitor & Failover Connection Manager + +All configuration is done in /etc/config/wanmonitor file. Options available: +* check_host - IP address of remote host used to check Internet connectivity +* interval - Number of seconds to wait between checks +* wan_primary - Primary WAN interface name to use +* wan_secondary - Secondary WAN interface name to use + +In order to work this software correctly it is recommended to disable default routes on all WAN interfaces.