mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
update
This commit is contained in:
@@ -34,5 +34,5 @@ popd
|
|||||||
|
|
||||||
#### Go: nekobox_core ####
|
#### Go: nekobox_core ####
|
||||||
pushd go/cmd/nekobox_core
|
pushd go/cmd/nekobox_core
|
||||||
go build -v -o $DEST -trimpath -ldflags "-w -s -X $neko_common.Version_neko=$version_standalone" -tags "with_clash_api,with_gvisor,with_quic,with_wireguard,with_utls"
|
go build -v -o $DEST -trimpath -ldflags "-w -s -X $neko_common.Version_neko=$version_standalone" -tags "with_clash_api,with_gvisor,with_quic,with_wireguard,with_utls,with_ech"
|
||||||
popd
|
popd
|
||||||
|
|||||||
@@ -70,7 +70,6 @@ namespace NekoGui_sub {
|
|||||||
auto j = DecodeB64IfValid(link.fragment().toUtf8(), QByteArray::Base64UrlEncoding);
|
auto j = DecodeB64IfValid(link.fragment().toUtf8(), QByteArray::Base64UrlEncoding);
|
||||||
if (j.isEmpty()) return;
|
if (j.isEmpty()) return;
|
||||||
ent->bean->FromJsonBytes(j);
|
ent->bean->FromJsonBytes(j);
|
||||||
MW_show_log("nekoray format: " + ent->bean->DisplayTypeAndName());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// SOCKS
|
// SOCKS
|
||||||
|
|||||||
Reference in New Issue
Block a user