aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar steering72532026-05-04 21:58:15 +0000
committerGravatar steering72532026-05-04 21:58:15 +0000
commit6a32913e585e7626600bb7f63a745421eb2ebeee (patch)
tree1c6960b1d6b2e314a2caa692be18b0861181c139
parentalso bird (diff)
update roa command
-rw-r--r--crond.autopeer5
1 files changed, 3 insertions, 2 deletions
diff --git a/crond.autopeer b/crond.autopeer
index 03d1404..a58c8f5 100644
--- a/crond.autopeer
+++ b/crond.autopeer
@@ -1,5 +1,6 @@
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 root wget -O /etc/bird/roa_dn42.conf https://dn42.burble.com/roa/dn42_roa_bird2_4.conf; birdc configure
-@daily root wget -O /etc/bird/roa_dn42_v6.conf https://dn42.burble.com/roa/dn42_roa_bird2_6.conf; birdc configure
+
+*/15 * * * * curl -sfSLR -o /etc/bird/roa_dn42.conf -z /etc/bird/roa_dn42.conf https://dn42.burble.com/roa/dn42_roa_bird2_4.conf && birdc configure > /dev/null
+*/15 * * * * curl -sfSLR -o /etc/bird/roa_dn42_v6.conf -z /etc/bird/roa_dn42_v6.conf https://dn42.burble.com/roa/dn42_roa_bird2_6.conf && birdc configure > /dev/null