This commit is contained in:
parent
a77d81572e
commit
f4530fb1f8
1 changed files with 5 additions and 5 deletions
|
@ -78,14 +78,14 @@ systemctl enable --now alloy
|
||||||
systemctl restart alloy
|
systemctl restart alloy
|
||||||
|
|
||||||
##
|
##
|
||||||
echo "== Configure Dydns"
|
echo "== Configure Dyndns"
|
||||||
cp -r root/etc/default/dydns /etc/default/dydns
|
cp -r root/etc/default/dyndns /etc/default/dyndns
|
||||||
{
|
{
|
||||||
echo "DIGITALOCEAN_TOKEN=${DIGITALOCEAN_TOKEN}"
|
echo "DIGITALOCEAN_TOKEN=${DIGITALOCEAN_TOKEN}"
|
||||||
echo "NAME=${CLOUD_REGION}"
|
echo "NAME=${CLOUD_REGION}"
|
||||||
} >>/etc/default/dydns
|
} >>/etc/default/dyndns
|
||||||
systemctl enable --now dydns
|
systemctl enable --now dyndns
|
||||||
systemctl restart dydns
|
systemctl restart dyndns
|
||||||
|
|
||||||
##
|
##
|
||||||
echo "== Configure Tailscale"
|
echo "== Configure Tailscale"
|
||||||
|
|
Loading…
Reference in a new issue