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:
@@ -74,7 +74,7 @@ export async function proxy(request) {
|
||||
if (pathname.startsWith("/dashboard")) {
|
||||
const origin = request.nextUrl.origin;
|
||||
let requireLogin = true;
|
||||
let tunnelDashboardAccess = false;
|
||||
let tunnelDashboardAccess = true;
|
||||
|
||||
try {
|
||||
const res = await fetch(`${origin}/api/settings/require-login`);
|
||||
|
||||
Reference in New Issue
Block a user