l prism.r: add dnsmasq for wireguard
This commit is contained in:
parent
0d560225f1
commit
d04c6be43d
|
@ -323,6 +323,15 @@ with import <stockholm/lib>;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
services.dnsmasq = {
|
||||||
|
enable = true;
|
||||||
|
resolveLocalQueries = false;
|
||||||
|
|
||||||
|
extraConfig= ''
|
||||||
|
except-interface=lo
|
||||||
|
interface=wg0
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
krebs.iptables.tables.filter.INPUT.rules = [
|
krebs.iptables.tables.filter.INPUT.rules = [
|
||||||
|
|
Loading…
Reference in a new issue