aboutsummaryrefslogtreecommitdiffstats
path: root/templates/etc_rc.conf.j2
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-07-09 14:49:01 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-07-09 14:49:01 +0300
commitb062211887bda338f14cb663c2b3392a52d0df88 (patch)
tree3dd9c3ae32b312c10854c05598a17313e3d6efd6 /templates/etc_rc.conf.j2
parent64f0adc8bb8d758c07fdd89b937466b1ab5ab43e (diff)
Add digitalocean dyndns rc script
Diffstat (limited to 'templates/etc_rc.conf.j2')
-rw-r--r--templates/etc_rc.conf.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/etc_rc.conf.j2 b/templates/etc_rc.conf.j2
index 26ae032..8d21ff6 100644
--- a/templates/etc_rc.conf.j2
+++ b/templates/etc_rc.conf.j2
@@ -28,3 +28,7 @@ clear_tmp_enable="YES"
cleanvar_enable="YES"
auditd_enable="YES"
devd_enable="YES"
+do_dyndns_enable="YES"
+do_dyndns_domain="jan.systems"
+do_dyndns_hostname="pursotin"
+do_dyndns_if4="wan0"