Weren't they though? Like they were absolutely horrible but last I remember most everything else in WH was also somehow worse than them so they are the "good"-er guys.
because all the other programs, protocol are working fine.
With the shown firewall configuration nothing but NTP should work? You're dropping outgoing packets by default.
Update your nftables rulefile or use nft commands to update your firewall to the following:
# extract
chain OUT {
type filter hook output priority 0; policy drop;
udp dport 123 accept
limit rate 3/second log prefix "Nftables Blocked: OUT: "
}
chain IN {
type filter hook input priority 0; policy drop;
ct state established, related accept
limit rate 3/second log prefix "Nftables Blocked: IN: "
}
Blocked pakets will show up in the kernel log (dmesg/journalcl)
If you want more information on why it is blocked then enable nftrace for those packets
nft add rule inet/ip/ip6 tablename OUT udp dport 123 meta nftrace set 1
nft add rule inet/ip/ip6 tablename IN udp dport 123 meta nftrace set 1
nft monitor trace
Or
nft add rule inet/ip/ip6 tablename OUT meta nftrace set 1
Or maybe even
nft add rule inet/ip/ip6 tablename PREROUTING udp dport 123 meta nftrace set 1
Additionally you can use tcpdump -i to show network packets before they enter the firewall, there you should be able to tell what it's a trying to do.
-
PhD students
-
happy

Paying companies to be racist, what a world.
Vibe coding is driving error development
I'm just waiting for the EOL of window 10 to see which of the following will happen:
- Many PCs will stop getting updates, people don't care
- Many PCs will be replaced for windows 11
- Turns out people already have replaced their PCs due to other reasons
- Microsoft removes the hardware requirements
- People switch to another OS
- People just don't buy a home PC anymore
- ????
- Profit???
You need a phone, tablet, or other device that’s been rooted.
Damit
There’s a significant detail which is missing from this analysis. The law which puts copyright over privacy is a French law, not an EU law. The EU court found that the French law doesn’t contradict any EU law.
So the EU court did not determine that copyright is more important than privacy. It determined only that the French parliament is allowed to decide that question for France.
So while this does set a bad precedence, it is not as bad as the title would like you to believe.

1024 Gibibytes