Skip to content

Commit

Permalink
docs: fix location of ddns_provider.conf file
Browse files Browse the repository at this point in the history
Fixes: kofemann#2
  • Loading branch information
kofemann committed Feb 16, 2022
1 parent c28aefd commit 4996c1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ use [Gandi.net](https://www.gandi.net/en) domain name registrar. It based on [Li
$ sudo curl -o /usr/local/bin/livedns.py https://raw.githubusercontent.com/kofemann/livedns4synology/master/livedns.py
$ sudo chmod +x /usr/local/bin/livedns.py
```
1. update /etc.defaults/ddns_provider.conf to add new provider:

1. update `/etc/ddns_provider.conf` and add a new provider:

```
[USER_Gandi LiveDNS]
modulepath=/usr/local/bin/livedns.py
Expand Down

0 comments on commit 4996c1a

Please sign in to comment.