mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
feat: direct external
This commit is contained in:
@@ -27,9 +27,9 @@ namespace NekoRay::fmt {
|
||||
|
||||
QString DisplayType() override { return "Naive"; };
|
||||
|
||||
bool NeedExternal() override { return true; };
|
||||
int NeedExternal(bool isFirstProfile, bool isVPN) override;
|
||||
|
||||
ExternalBuildResult BuildExternal(int mapping_port, int socks_port) override;
|
||||
ExternalBuildResult BuildExternal(int mapping_port, int socks_port, int external_stat) override;
|
||||
|
||||
bool TryParseLink(const QString &link);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user