mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
commit
877d433b92
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ Features
|
|||
User support
|
||||
============
|
||||
Multiple users are supported. A user can be an admin or a normal user. You can
|
||||
configure wheter or not a normal user is allowed to add new zones.
|
||||
configure whether or not a normal user is allowed to add new zones.
|
||||
|
||||
WeFact Login support
|
||||
====================
|
||||
|
@ -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
|
||||
|
|
|
@ -857,7 +857,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