aboutsummaryrefslogtreecommitdiffstats
path: root/update-gre-address.rsc
diff options
context:
space:
mode:
Diffstat (limited to 'update-gre-address.rsc')
-rw-r--r--update-gre-address.rsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/update-gre-address.rsc b/update-gre-address.rsc
index 4ac311a..6b169a0 100644
--- a/update-gre-address.rsc
+++ b/update-gre-address.rsc
@@ -1,13 +1,13 @@
#!rsc by RouterOS
# RouterOS script: update-gre-address
# Copyright (c) 2013-2025 Christian Hesse <mail@eworm.de>
-# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
+# https://rsc.eworm.de/COPYING.md
#
# requires RouterOS, version=7.14
#
# update gre interface remote address with dynamic address from
# ipsec remote peer
-# https://git.eworm.de/cgit/routeros-scripts/about/doc/update-gre-address.md
+# https://rsc.eworm.de/doc/update-gre-address.md
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }