Skip to content

Commit

Permalink
Merge pull request bia-pain-bache#324 from bia-pain-bache/dev
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
bia-pain-bache authored Sep 27, 2024
2 parents 320eba0 + 8d8dba4 commit bd609cc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3136,6 +3136,15 @@ function buildXrayRoutingRules (localDNS, blockAds, bypassIran, blockPorn, bypas
outboundTag: "dns-out",
type: "field"
},
{
"inboundTag": [
"socks-in",
"http-in"
],
"port": "53",
"outboundTag": "dns-out",
"type": "field"
},
{
network: "udp",
port: "53",
Expand Down Expand Up @@ -5030,4 +5039,4 @@ const clashConfigTemp = {
"port": 123,
"interval": 30
}
};
};

0 comments on commit bd609cc

Please sign in to comment.