diff options
| author | 2026-05-02 19:14:34 +0000 | |
|---|---|---|
| committer | 2026-05-02 19:14:34 +0000 | |
| commit | 032e7481bc2fd89d1da93447e79627764eede929 (patch) | |
| tree | a3dfe8a4de82b951aace5f20f9ec4003878020ea | |
| parent | add .rsync-filter (diff) | |
update roas daily
| -rw-r--r-- | crond.autopeer | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crond.autopeer b/crond.autopeer index 72891c8..e5f48bf 100644 --- a/crond.autopeer +++ b/crond.autopeer @@ -1,3 +1,5 @@ 47 * * * * root git -c merge.verifysignatures=false -c core.sshcommand="ssh -i /opt/autopeer/id_autopeer" -C /opt/autopeer/dn42-registry pull */5 * * * * root /opt/autopeer/cronjob.py 0 * * * * root git -C /opt/autopeer pull +@daily wget -O /etc/bird/roa_dn42.conf https://dn42.burble.com/roa/dn42_roa_bird2_4.conf; birdc configure +@daily wget -O /etc/bird/roa_dn42_v6.conf https://dn42.burble.com/roa/dn42_roa_bird2_6.conf; birdc configure |
