Removed redudant comma

This commit is contained in:
Peng-YM 2020-11-02 14:27:23 +08:00
parent 5be7f2e1ea
commit afa88a79a9
2 changed files with 3 additions and 3 deletions

View File

@ -1670,7 +1670,7 @@ function QX_Producer() {
proxy.cipher
},password=${proxy.password}${obfs_opts}${
proxy.tfo ? ",fast-open=true" : ",fast-open=false"
}${proxy.udp ? ",udp-relay=true" : ",udp-relay=false"}, tag=${
}${proxy.udp ? ",udp-relay=true" : ",udp-relay=false"},tag=${
proxy.name
}`;
case "ssr":

File diff suppressed because one or more lines are too long