firewallmanager

package module
v1.5.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2024 License: AGPL-3.0 Imports: 7 Imported by: 1

README

firewallmanager

防火墙管理,目前仅支持 Linux 系统

Documentation

Index

Constants

View Source
const ID = `firewall`

Variables

View Source
var LeftNavigate = handler.LeftNavigate
View Source
var Module = module.Module{
	Startup: `firewall`,
	Extend: map[string]extend.Initer{
		`firewall`: pluginCmder.Initer,
	},
	Cmder: map[string]cmder.Cmder{
		`firewall`: pluginCmder.New(),
	},
	TemplatePath: map[string]string{
		ID: `firewallmanager/template/backend`,
	},
	AssetsPath:    []string{},
	SQLCollection: setup.RegisterSQL,
	Navigate:      RegisterNavigate,
	Route:         handler.RegisterRoute,
	DBSchemaVer:   0.0004,
}

Functions

func RegisterNavigate

func RegisterNavigate(nc *navigate.Collection)

Types

This section is empty.

Directories

Path Synopsis
application
library/driver/netsh
Package netsh for windows
Package netsh for windows
docker
也可以以服务的方式启动nging 服务支持的操作有: nging service install -- 安装服务 nging service uninstall -- 卸载服务 nging service start -- 启动服务 nging service stop -- 停止服务 nging service restart -- 重启服务
也可以以服务的方式启动nging 服务支持的操作有: nging service install -- 安装服务 nging service uninstall -- 卸载服务 nging service start -- 启动服务 nging service stop -- 停止服务 nging service restart -- 重启服务

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL