Added support for WAN_IP_COMMAND directive.

This commit is contained in:
2022-10-12 22:34:33 +02:00
parent 0c6fe8291a
commit 18ae8bb993
3 changed files with 17 additions and 7 deletions

View File

@@ -53,7 +53,6 @@ With `crontab -e` you can add the following line for running the script every 5
- The code is now structured in functions which makes it more maintainable and modular.
- Backwards compatibility should be given.
- Avoid using awk and get rid of dependency
- NOTE: The IPCOMMAND directive is not implemented yet
**2021-12-11**