mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-26 16:00:55 +00:00
feat: 完成前端端口规则设置功能
This commit is contained in:
@@ -52,4 +52,29 @@ export namespace Host {
|
||||
groupID: number;
|
||||
info?: string;
|
||||
}
|
||||
|
||||
export interface RuleSearch extends ReqPage {
|
||||
info: string;
|
||||
type: string;
|
||||
}
|
||||
export interface RuleInfo extends ReqPage {
|
||||
family: string;
|
||||
address: string;
|
||||
port: string;
|
||||
protocol: string;
|
||||
strategy: string;
|
||||
}
|
||||
export interface RulePort {
|
||||
operation: string;
|
||||
address: string;
|
||||
port: string;
|
||||
source: string;
|
||||
protocol: string;
|
||||
strategy: string;
|
||||
}
|
||||
export interface RuleIP {
|
||||
operation: string;
|
||||
address: string;
|
||||
strategy: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user