Skip to content

Commit

Permalink
Merge pull request #325 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 bd609cc + 25410cd commit b955c7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3137,13 +3137,13 @@ function buildXrayRoutingRules (localDNS, blockAds, bypassIran, blockPorn, bypas
type: "field"
},
{
"inboundTag": [
inboundTag: [
"socks-in",
"http-in"
],
"port": "53",
"outboundTag": "dns-out",
"type": "field"
port: "53",
outboundTag: "dns-out",
type: "field"
},
{
network: "udp",
Expand Down

0 comments on commit b955c7c

Please sign in to comment.