✨ add badbits deny for ipfs gateway
This commit is contained in:
913231
modules/ipfs/badbits.deny
Normal file
913231
modules/ipfs/badbits.deny
Normal file
File diff suppressed because it is too large
Load Diff
@ -28,6 +28,10 @@ in
|
||||
|
||||
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
||||
|
||||
environment.etc = {
|
||||
"ipfs/denylists/badbits.deny".source = ./badbits.deny;
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 4001 ];
|
||||
allowedUDPPorts = [ 4001 ];
|
||||
|
Reference in New Issue
Block a user