Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guiyom-e authored Mar 11, 2024
1 parent 9fa5579 commit 9db837e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ Suppose you host your own NAS server and want to access it at `my-server.com` yo
If you are not deploying from your server, you will need to:

- copy the folder `scripts/domain-auto-update` (scripts and `*.cfg` files) to the target server
- create a cron job to run the script regularly, for instance, once a day at 1 am:
`0 1 * * * /home/my-user/domain-auto-update/update-ip.sh`
- create a cron job to run the script regularly, for instance, once per hour:
`0 * * * * /home/my-user/domain-auto-update/update-ip.sh`

⚠️ NB: this means that if your IP changes, you will need to wait one day to get back to your website. Feel free to increase the frequency depending on your needs!
⚠️ NB: this means that if your IP changes, you will need to wait one hour to get back to your website. Feel free to increase the frequency depending on your needs!

5. Make it more secure!

Expand Down

0 comments on commit 9db837e

Please sign in to comment.