mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
Fix : noAuth support for providers and adjusted MITM restart settings.
This commit is contained in:
@@ -8,6 +8,7 @@ export class BaseExecutor {
|
||||
constructor(provider, config) {
|
||||
this.provider = provider;
|
||||
this.config = config;
|
||||
this.noAuth = config?.noAuth || false;
|
||||
}
|
||||
|
||||
getProvider() {
|
||||
|
||||
Reference in New Issue
Block a user