From 9a700a117c1726638c81902a1606cd433c0907f2 Mon Sep 17 00:00:00 2001 From: Ruakij Date: Thu, 30 Mar 2023 12:44:09 +0200 Subject: [PATCH] Add documentation for PERIODIC_SYNC --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e9ac395..d3fdc87 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,12 @@ In case routes clash or cant be added to Wireguard, Warnings will be logged. ### 1.2.1. Environment -Variable|Description|Default --|-|- -`INTERFACE`* | Wireguard-Interface Name | -`FILTER_PROTOCOL` | Protocol to react on | All -`FILTER_TABLE` | Table to react on | All +Variable|Description|Type|Default +-|-|-|- +`INTERFACE`* | Wireguard-Interface Name | String | +`FILTER_PROTOCOL` | Protocol to react on | Number / iproute2-name | All +`FILTER_TABLE` | Table to react on | Number / iproute2-name | All +`PERIODIC_SYNC` | Reguarly sync the routing-table
Useful when the wg-interface is changed/updated without us knowing | Seconds | -1 *\* Required*