mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
commit
877d433b92
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ Features
|
||||||
User support
|
User support
|
||||||
============
|
============
|
||||||
Multiple users are supported. A user can be an admin or a normal user. You can
|
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
|
WeFact Login support
|
||||||
====================
|
====================
|
||||||
|
@ -64,7 +64,7 @@ Other methods of installation (Unsupported)
|
||||||
|
|
||||||
Configuring PowerDNS
|
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
|
webserver=yes
|
||||||
api=yes
|
api=yes
|
||||||
|
|
|
@ -857,7 +857,7 @@ $(document).ready(function () {
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
values: {'0': 'No', '1': 'Yes'},
|
values: {'0': 'No', '1': 'Yes'},
|
||||||
defaultValue: 1,
|
defaultValue: 1,
|
||||||
inputClass: 'overwrite_namerserver'
|
inputClass: 'overwrite_nameserver'
|
||||||
},
|
},
|
||||||
nameserver: {
|
nameserver: {
|
||||||
title: 'Nameservers',
|
title: 'Nameservers',
|
||||||
|
|
Loading…
Add table
Reference in a new issue