mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
[enh] Update README with latest config.
This commit is contained in:
parent
9e7f6aa277
commit
95c612e033
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
@ -100,9 +100,14 @@ apt-get install bind9 python
|
||||||
|
|
||||||
Edit dynette.cron.py and change settings:
|
Edit dynette.cron.py and change settings:
|
||||||
```
|
```
|
||||||
subs_urls = ['http://dyndns.yunohost.org']
|
subs_urls = ['https://dyndns.yunohost.org']
|
||||||
ns1 = 'dynhost.yunohost.org'
|
ns0 = 'ns0.yunohost.org'
|
||||||
ns2 = 'hostmaster.yunohost.org'
|
ns1 = 'ns1.yunohost.org'
|
||||||
|
```
|
||||||
|
|
||||||
|
Create and edit master.key file is Dynette directory
|
||||||
|
```
|
||||||
|
echo "MyMasterKey" > master.key
|
||||||
```
|
```
|
||||||
|
|
||||||
Create dynette log file
|
Create dynette log file
|
||||||
|
@ -119,4 +124,6 @@ Enable cronjob for dynette (crontab -e)
|
||||||
Troobleshooting
|
Troobleshooting
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
If you run into troubles running the DNS server, try to check permissions on /var/lib/bind and check if bind listens on 0.0.0.0 (in /etc/bind/bind.conf.options)
|
If you run into troubles running the DNS server, try to check permissions on
|
||||||
|
`/var/lib/bind` and check if bind listens on 0.0.0.0 in
|
||||||
|
`/etc/bind/bind.conf.options`.
|
||||||
|
|
Loading…
Reference in a new issue