Cloudflare
This commit is contained in:
parent
9487cb3170
commit
b28f20f83d
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@
|
||||||
];
|
];
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
|
services.cloudflare-dyndns = {
|
||||||
|
enable = true;
|
||||||
|
domains = [ "leena.jakest.us" ];
|
||||||
|
apiTokenFile = "/home/jt/conf/cloudflare.token";
|
||||||
|
};
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
|
|
Loading…
Reference in a new issue