Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-pain-bache authored Sep 27, 2024
1 parent 8d8dba4 commit 25410cd
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 25410cd

Please sign in to comment.