Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - marcelogon

#1
Real-time CPU temperature:

 sh
 while true; do clear; sysctl -a | grep temperature; sleep 2; done
#2
I'm using AdGuard on port 53, Unbound on port 5353 with DNS over TLS. What firewall rules do I need to create? I've already created the rule for port 53 in the forward port.
#3
25.7 Series / Re: Help configuring ipv6 in dnsmasq
August 02, 2025, 11:00:38 PM
someone help me
#4
25.7 Series / Help configuring ipv6 in dnsmasq
July 31, 2025, 04:15:50 AM
I configured IPv4 in dnsmasq and it's working fine. I'm still learning how to use it at home. Can you list the steps to activate IPv6 in dnsmasq? Thank you in advance.