wireguard: Specify IP instead of iface name in unbound conf

This commit is contained in:
Charlotte Van Petegem 2024-03-05 07:38:47 +01:00
parent b65d94d5af
commit 3fff694cf1
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -53,7 +53,7 @@ in
resolveLocalQueries = true;
settings = {
server = {
interface = [ "wg0" "127.0.0.1" "::1" ];
interface = [ "10.240.0.1" "127.0.0.1" "::1" ];
access-control = [
"127.0.0.0/8 allow"
"10.240.0.0/24 allow"