jaro3

Results 18 comments of jaro3

The odhcp6c seems to directly support MAP-E and the script it calls in OpenWRT does actually something with the map.sh script too: /lib/netifd/dhcpv6.script https://github.com/openwrt/odhcp6c MAPE / MAPT / LW4O6 Softwire...

> The rules above do not appear to cover ICMP traffic, so best try with something like curl/wget. Yeah, I also used my own nftables scripts with correct port ranges...

> > Btw., what's the reason for setting ` option delegate '0'` on your map interface? > > I don't know, LuCI's default, does this block the /128 assignment?? To...

> There is also another way round at least for iptables using the connlimit module: > > https://github.com/ayourtch/mapmin i.e.: iptables -t nat -A POSTROUTING -p icmp -m connlimit --connlimit-daddr --connlimit-upto...

> Maybe we should take a step back and clarify the situation, it is getting hard to follow. So you're saying that even on 21.02 you used a modified map...

> It is not that complicated in regard to firewall > > https://github.com/openwrt/openwrt/blob/0d4a0250df17a9f7b0fff720fa3224b45d5b0841/package/network/ipv6/map/files/map.sh#L134 > > > You might want to try `iptables-nft` as an interim measure (then it just needs...

For reference, in case it might be useful, here's the guide to port extensions to GNOME 40: https://gjs.guide/extensions/upgrading/gnome-shell-40.html Thanks for this extension.

https://dev.to/gromnan/fix-php-84-deprecation-implicitly-marking-parameter-as-nullable-is-deprecated-the-explicit-nullable-type-must-be-used-instead-5gp3 utility fixes the code....