mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-10 23:03:57 +03:00
Merge remote-tracking branch 'origin/master' into issue-68
This commit is contained in:
commit
61b8544d28
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ Other methods of installation (Unsupported)
|
|||
|
||||
Configuring PowerDNS
|
||||
====================
|
||||
Minimal cofiguration of PowerDNS for supporting nsedit has to include 3 directives:
|
||||
Minimal configuration of PowerDNS for supporting nsedit has to include 3 directives:
|
||||
```
|
||||
webserver=yes
|
||||
api=yes
|
||||
|
|
|
@ -1012,7 +1012,7 @@ $(document).ready(function () {
|
|||
type: 'checkbox',
|
||||
values: {'0': 'No', '1': 'Yes'},
|
||||
defaultValue: 1,
|
||||
inputClass: 'overwrite_namerserver'
|
||||
inputClass: 'overwrite_nameserver'
|
||||
},
|
||||
nameserver: {
|
||||
title: 'Nameservers',
|
||||
|
|
Loading…
Add table
Reference in a new issue