Compare commits

..

No commits in common. "a8ebaba7c73fb9c4053b172e313dd5b615a02c4e" and "b11e84063dc8726c727df14d6d8acf3b8472ac90" have entirely different histories.

View file

@ -45,7 +45,7 @@ Just install the script:
```rsc ```rsc
$ScriptInstallUpdate ddns-hetzner "base-url=https://git.s1q.dev/phg/routeros-scripts-custom/raw/branch/main/"; $ScriptInstallUpdate ddns-hetzner "base-url=https://git.s1q.dev/phg/routeros-scripts-custom/raw/branch/main/";
/system/script/set [find name="ddns-hetzner"] policy=read,write,test,policy /system/script/set [find name="ddns-hetzner"] policy=read,write,test
``` ```
## Configuration ## Configuration
@ -120,7 +120,7 @@ How to run the script manually:
Setup a Scheduler to run the script regularly: Setup a Scheduler to run the script regularly:
```rsc ```rsc
/system/scheduler/add name="ddns-hetzner" interval="00:05:00" policy="read,write,test,policy" on-event="/system/script/run ddns-hetzner;"; /system/scheduler/add name="ddns-hetzner" interval="00:05:00" policy="read,write,test" on-event="/system/script/run ddns-hetzner;";
``` ```
## See also ## See also