Nicolas Thumann

Results 9 issues of Nicolas Thumann

This PR introduces some improvements regarding the Docker setup. I tried to run reNgine in a newly created VM and noticed a few things that would allow a user to...

testing

This PR add support for native tracking of dynamic IPv6 prefixes in Unbound host overrides. It allows one to be using SLAAC provide the clients with a network prefix, let...

When banning IP addresses or subnets in the ACP (Configuration -> Banning -> Banned IPs) there is no validation at all, if the entered address/subnet is valid at all. One...

t:enhancement
p:low
b:1.9
s:review-needed

Resolves #4378 This resolved the issue above by performing a check on entered IP addresses or subnets. If the entered IP address is invalid, a error will be shown (that's...

## Summary This PR adds support to explicitly specify the network to use for ICMP endpoint clients, e.g. IPv6. In the future, this may be extended to also support HTTPS...

This PR introduces the ability for a user to customize the amount of history that is kept by the Netflow aggregator instead of using hardcoded values. For the source address...

Even though my device as IPv6 addresses assigned to several interfaces (e.g. WiFi or cellular), the `ifconfig` command only lists IPv4 addresses. Additionally, `-L` of `ifconfig` to display the address...

fix committed

This PR solves https://github.com/n-thumann/IPTV-ReStream/issues/199 by adding a timeout to the StreamProvider. IPTV-ReStream can now be run with environment variable `RECEIVER_TIMEOUT` specifying the number of seconds with no data received after...

**What**: This PR adds a partial support for AppStream modules to the RPM package type. **TODO:** This PR only contains the adjustments in `rpm.rs`. The part to load the adjusted...