add geoip country flag support

This commit is contained in:
Elijah R
2024-06-23 02:23:59 -04:00
parent 85a86327f4
commit 1a5a0cd407
9 changed files with 281 additions and 6 deletions

View File

@@ -9,6 +9,12 @@ export default interface IConfig {
origin: boolean;
originAllowedDomains: string[];
};
geoip: {
enabled: boolean;
directory: string;
accountID: string;
licenseKey: string;
}
tcp: {
enabled: boolean;
host: string;