doc: a little bit of documentation
This commit is contained in:
parent
2b497b497c
commit
4177b63c4f
1 changed files with 14 additions and 0 deletions
|
@ -43,6 +43,20 @@ in {
|
||||||
"193.1.100.131"
|
"193.1.100.131"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/*
|
||||||
|
put any other zones above skynet and link to their files like so:
|
||||||
|
|
||||||
|
skynet.ie = {
|
||||||
|
extraConfig = "";
|
||||||
|
file = ./dns/skynet;
|
||||||
|
master = true;
|
||||||
|
masters = [];
|
||||||
|
slaves = [ ];
|
||||||
|
};
|
||||||
|
|
||||||
|
Skynet is handled a bit more dynamically since it is the key one we should focus on
|
||||||
|
*/
|
||||||
|
|
||||||
skynet.ie = {
|
skynet.ie = {
|
||||||
extraConfig = "";
|
extraConfig = "";
|
||||||
file = ./dns/skynet;
|
file = ./dns/skynet;
|
||||||
|
|
Loading…
Reference in a new issue