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*