fix naive link #359
This commit is contained in:
@@ -179,7 +179,7 @@ export namespace LinkUtil {
|
|||||||
tfo: inbound.tcp_fast_open? 1 : 0,
|
tfo: inbound.tcp_fast_open? 1 : 0,
|
||||||
allowInsecure: tlsClient?.insecure ? 1 : null
|
allowInsecure: tlsClient?.insecure ? 1 : null
|
||||||
}
|
}
|
||||||
const uri = `http2://${utf8ToBase64(user + ":" + password + "@" + location.hostname + ":" + inbound.listen_port)}`
|
const uri = `http2://${utf8ToBase64(user.name + ":" + password + "@" + location.hostname + ":" + inbound.listen_port)}`
|
||||||
const paramsArray = []
|
const paramsArray = []
|
||||||
for (const [key, value] of Object.entries(params)){
|
for (const [key, value] of Object.entries(params)){
|
||||||
if (value) {
|
if (value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user