mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-27 16:09:58 -07:00
rename to diagnostic and add docs
This commit is contained in:
committed by
Cooper Quintin
parent
f7759721e3
commit
184f4bd7a2
@@ -339,11 +339,11 @@
|
||||
<input
|
||||
id="imsi_attach_analyzer"
|
||||
type="checkbox"
|
||||
bind:checked={config.analyzers.imsi_attach_analyzer}
|
||||
bind:checked={config.analyzers.diagnostic_analyzer}
|
||||
class="h-4 w-4 text-rayhunter-blue focus:ring-rayhunter-blue border-gray-300 rounded"
|
||||
/>
|
||||
<label for="imsi_attach_analyzer" class="ml-2 block text-sm text-gray-700">
|
||||
IMSI Attach Analyzer
|
||||
<label for="diagnostic_analyzer" class="ml-2 block text-sm text-gray-700">
|
||||
Diagnostic Analyzer
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,7 @@ export interface AnalyzerConfig {
|
||||
nas_null_cipher: boolean;
|
||||
incomplete_sib: boolean;
|
||||
test_analyzer: boolean;
|
||||
imsi_attach_analyzer: boolean;
|
||||
diagnostic_analyzer: boolean;
|
||||
}
|
||||
|
||||
export enum enabled_notifications {
|
||||
|
||||
Reference in New Issue
Block a user