66ee10619b
add filter_force_ipv6 option that (only when being set) filters gossip endpoints by their version (false -> V4, true -> V6). this avoids mixups in setups where interfaces are separated by IP version.
7f844a2f5d
add allowed_ips config option for peers, formatting
8ef174b19c
Merge remote-tracking branch 'yuka/main'
9482910911
update Cargo.lock
845d6c9fc3
Merge remote-tracking branch 'yuka/main'
3cfa59b682
made IGD implementation compatible with IPv6 implementation, updated documentation for config structure changes
a1a95f2865
update Cargo.lock
ee74ad6adb
Merge remote-tracking branch 'yuka/main'
c811f2d0a1
add forbidden_nets config option
4c08a63811
format
fb83d6e04f
made IGD implementation compatible with IPv6 implementation, updated documentation for config structure changes
89f504777b
made IGD implementation compatible with IPv6 implementation, updated documentation for config structure changes
d5cc055d39
int overflow no. 2 fixed
26ed900d41
integer overflow fix
a46acbb85c
Merge remote-tracking branch 'yuka/main'
75b34fc48a
added IPv6 support; rewrote the igd implementation