forked from PowerDNS-Admin/PowerDNS-Admin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added some explanation about some of the 'basic' settings in the admin
- Loading branch information
Your Name
committed
Mar 12, 2023
1 parent
ee68b18
commit 0ac7a5a
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
### PowerDNSAdmin basic settings | ||
|
||
PowerDNSAdmin has many features and settings available to be turned either off or on. | ||
In this docs those settings will be explain. | ||
To find the settings in the the dashboard go to settings>basic. | ||
|
||
allow_user_create_domain: This setting is used to allow users with the `user` role to create a domain, not possible by | ||
default. | ||
|
||
allow_user_remove_domain: Same as `allow_user_create_domain` but for removing a domain. | ||
|
||
allow_user_view_history: Allow a user with the role `user` to view and access the history. | ||
|
||
custom_history_header: This is a string type variable, when inputting an header name, if exists in the request it will | ||
be in the created_by column in the history, if empty or not mentioned will default to the api_key description. | ||
|
||
site_name: This will be the site name. |