Compare commits
4 commits
c476d73063
...
b6279108e0
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | b6279108e0 | ||
Bruno BELANYI | 0f3c5d1d63 | ||
Bruno BELANYI | 1f40ac4a9f | ||
Bruno BELANYI | 2b64a00dc9 |
|
@ -90,5 +90,7 @@ in
|
||||||
allowedTCPPorts = [ cfg.peerPort ];
|
allowedTCPPorts = [ cfg.peerPort ];
|
||||||
allowedUDPPorts = [ cfg.peerPort ];
|
allowedUDPPorts = [ cfg.peerPort ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# NOTE: unfortunately transmission does not log connection failures for fail2ban
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -99,5 +99,7 @@ in
|
||||||
config.services.vikunja.settings.files.basepath
|
config.services.vikunja.settings.files.basepath
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# NOTE: unfortunately vikunja does not log connection failures for fail2ban
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue