1
23.1 Legacy Series / Re: Need help following a guide for FQDN
« on: May 24, 2023, 06:27:30 am »
You Can use the Overrides in unbound for example.
Services: Unbound DNS: Overrides
Services: Unbound DNS: Overrides
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.
root@gw:~ # netstat -u -l -p udp | grep 51820
udp6 0 0 *.51820 *.*
udp4 0 0 *.51820 *.*
root@gw:~ #
oot@gw:~ # less /usr/local/etc/wireguard/wg0.conf
[Interface]
Address = 10.11.100.1/24
DNS = 10.11.10.254
ListenPort = 51820
PrivateKey = =
[Peer]
PublicKey = =
AllowedIPs = 10.11.100.2/32
[Peer]
PublicKey = CGfM0p+/rQPwNjGb/YUw=
AllowedIPs = 10.11.100.5/32
[Peer]
PublicKey = /=
AllowedIPs = 10.11.100.4/32