1
0
Fork 0

Cloudflare

This commit is contained in:
Jarkko Toivanen 2023-05-02 05:09:17 +03:00
parent 9487cb3170
commit b28f20f83d

View file

@ -70,6 +70,11 @@
];
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.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];