This commit is contained in:
@changcode
2022-07-12 20:13:58 +08:00
13 changed files with 504 additions and 17 deletions

View File

@@ -4,6 +4,7 @@ export const storageKey = {
iso36112Capital: 'cn-iso3611-2-capital',
iso36112WorldLow: 'cn-iso3611-2-world-low',
i18n: 'cn-i18n',
s3Enable: 'cn-s3-enable',
languages: 'cn-languages',
language: 'cn-language',
theme: 'cn-theme',
@@ -153,6 +154,18 @@ export const listScrollPath = [
'/detection/securityEvent'
]
export const networkOverviewTable = [
'network.categories',
'network.providers',
'network.countries',
'network.applications',
'network.clientIps',
'network.serverIps',
'network.protocols',
'network.hosts',
'network.snis'
]
export const dnsServerRole = {
RTDNS: 'RTDNS',
TLDNS: 'TLDNS',