This commit is contained in:
root 2025-11-10 00:13:19 +00:00
parent fe481df5d2
commit 8d48e13408

View file

@ -5,6 +5,9 @@
4001 4001
8080 8080
]; ];
caddy.virtualHosts."ipfs.distrust.network".extraConfig = ''
reverse_proxy localhost:8080
'';
}; };
networking.firewall.allowedTCPPorts = [4001]; networking.firewall.allowedTCPPorts = [4001];