Thomas Hufschmidt

Results 20 comments of Thomas Hufschmidt

> If you want to take a shot at this, it's likely wither in here (where you might need to implement `doHead`): > > https://github.com/opencast/opencast/blob/0452b423fc81eb7efbdafd7470dd85b47d157cd3/modules/static/src/main/java/org/opencastproject/fsresources/StaticResourceServlet.java#L175-L177 > > Or it is...

Stumbled upon the same issue and and after some thinking, testing and debugging managed to get this working for my local docker swarm setup (eg. [Docker - Get Started (Part...

Yes, installing `xtables-addons-common` on arch-linux (from AUR) makes TARPIT target available, so this should also work for Debian/Ubuntu. I think this can be closed and only #203 remains for getting...

Stumbled over the same issue. It would be nice if firehol either: * Gave us a flag to disable INPUT/OUTPUT symmetry for a command * Would automatically disable/drop rules that...

Tried working around this using using custom action: ``` action tarfix \ rule inface eno1 proto tcp action tarpit \ next rule outface eno1 proto tcp action accept interface eno1...

For now the only working workaround seems to be to use the `iptables` and `ip6tables` [helpers](https://firehol.org/firehol-manual/firehol-iptables/) respectively, eg. ``` # Add after all rules for interface LAN have been added...

I think he means group labels which can be created by going to `[some group or sub-group] > issues > label`. Group labels can be used in any project in...

Since labels of a group are currently only available in projects of that group, but not in projects in any of its sub-groups ([gitlab discussion](https://gitlab.com/gitlab-org/gitlab-ce/issues/2651)) *my* first use-case would be...

I know this is a rather old ticket, but I thought I'd add some information on its current relevancy and to cross-reference some fixes. This was a npm configuration issue...

I know this issue is old, would the new 'type-only imports' from typescript 3.8 be a simple fix for this issue? Reference: