mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-12 14:01:18 +02:00
Dont restrict
This commit is contained in:
@@ -25,12 +25,6 @@ export const dynamic = "force-dynamic";
|
|||||||
export default async function RemoteExitNodesPage(
|
export default async function RemoteExitNodesPage(
|
||||||
props: RemoteExitNodesPageProps
|
props: RemoteExitNodesPageProps
|
||||||
) {
|
) {
|
||||||
const { env } = useEnvContext();
|
|
||||||
|
|
||||||
if (!env?.flags.usePangolinDns) {
|
|
||||||
redirect("/");
|
|
||||||
}
|
|
||||||
|
|
||||||
const params = await props.params;
|
const params = await props.params;
|
||||||
let remoteExitNodes: ListRemoteExitNodesResponse["remoteExitNodes"] = [];
|
let remoteExitNodes: ListRemoteExitNodesResponse["remoteExitNodes"] = [];
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user