Compare commits

..

2 commits

Author SHA1 Message Date
a8ebaba7c7
Merge pull request #2 from felldo/patch-1
Add missing policy to ddns-hetzner docs
2026-01-21 19:04:17 +01:00
Dominic Fellbaum
0061a170ac
Add missing policy to ddns-hetzner docs 2026-01-15 22:09:48 +01:00

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 /system/script/set [find name="ddns-hetzner"] policy=read,write,test,policy
``` ```
## 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" on-event="/system/script/run ddns-hetzner;"; /system/scheduler/add name="ddns-hetzner" interval="00:05:00" policy="read,write,test,policy" on-event="/system/script/run ddns-hetzner;";
``` ```
## See also ## See also