wireguard: Specify IP instead of iface name in unbound conf
This commit is contained in:
parent
b65d94d5af
commit
3fff694cf1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ in
|
||||||
resolveLocalQueries = true;
|
resolveLocalQueries = true;
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
interface = [ "wg0" "127.0.0.1" "::1" ];
|
interface = [ "10.240.0.1" "127.0.0.1" "::1" ];
|
||||||
access-control = [
|
access-control = [
|
||||||
"127.0.0.0/8 allow"
|
"127.0.0.0/8 allow"
|
||||||
"10.240.0.0/24 allow"
|
"10.240.0.0/24 allow"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue