chore: small fixes
This commit is contained in:
parent
ed19829fe4
commit
27901b05c6
5 changed files with 52 additions and 12 deletions
|
@ -95,9 +95,24 @@ in
|
|||
dns = {
|
||||
servers = [
|
||||
{
|
||||
tag = "warp";
|
||||
address = "1.1.1.1";
|
||||
detour = "wg-out";
|
||||
}
|
||||
{
|
||||
tag = "directdns";
|
||||
address = "h3://8.8.8.8/dns-query";
|
||||
}
|
||||
];
|
||||
rules = [
|
||||
{
|
||||
outbound = "wg-out";
|
||||
server = "warp";
|
||||
}
|
||||
{
|
||||
outbound = "direct";
|
||||
server = "directdns";
|
||||
}
|
||||
];
|
||||
};
|
||||
inbounds = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue