Autosuggestion for network interfaces ips
This commit is contained in:
@@ -74,4 +74,9 @@ export type RegexAddForm = {
|
||||
is_blacklist:boolean,
|
||||
mode:string, // C->S S->C BOTH,
|
||||
active: boolean
|
||||
}
|
||||
|
||||
export type IpInterface = {
|
||||
name:string,
|
||||
addr:string
|
||||
}
|
||||
Reference in New Issue
Block a user