mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-11 09:23:19 +00:00
disable local and wg sites with flag
This commit is contained in:
@@ -22,5 +22,7 @@ export type Env = {
|
||||
emailVerificationRequired: boolean;
|
||||
allowRawResources: boolean;
|
||||
allowBaseDomainResources: boolean;
|
||||
disableLocalSites: boolean;
|
||||
disableBasicWireguardSites: boolean;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user