From a91133281d7bb87bec40c52ed93d085a99766271 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 25 May 2022 01:19:59 -0400 Subject: [PATCH] Update nextcloud.sh --- fedora/nextcloud.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora/nextcloud.sh b/fedora/nextcloud.sh index 30386c5..9f5d58f 100644 --- a/fedora/nextcloud.sh +++ b/fedora/nextcloud.sh @@ -1,4 +1,6 @@ #!/bin/bash sudo dnf install nextcloud-client + +#Adding a DNS entry for my Nextcloud server here so I can add a Firewall rule locking the AppVM to only being able to connect to my server. echo "5.226.143.92 cloud.tommytran.io" >> /etc/hosts