fix remote control unbound
This commit is contained in:
@@ -3,7 +3,10 @@ let
|
|||||||
cids = import ../modules/staticids.nix;
|
cids = import ../modules/staticids.nix;
|
||||||
domain = "ns.cloonar.com";
|
domain = "ns.cloonar.com";
|
||||||
cfg = {
|
cfg = {
|
||||||
control-enable = "yes";
|
remote-control = {
|
||||||
|
control-enable = true;
|
||||||
|
control-use-cert = false;
|
||||||
|
};
|
||||||
server = {
|
server = {
|
||||||
interface = [ "0.0.0.0" "::0" ];
|
interface = [ "0.0.0.0" "::0" ];
|
||||||
interface-automatic = "yes";
|
interface-automatic = "yes";
|
||||||
|
|||||||
Reference in New Issue
Block a user