security

package
v0.43.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2023 License: MPL-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DnsServers

func DnsServers() []string

func FirewallState

func FirewallState() string

func FirewallStealthState

func FirewallStealthState() string

func LoggedInUsers

func LoggedInUsers() []string

func WifiEncryption

func WifiEncryption() string

func WifiName

func WifiName() string

Types

type SecurityData

type SecurityData struct {
	Dns             []string
	FirewallEnabled string
	FirewallStealth string
	LoggedInUsers   []string
	WifiEncryption  string
	WifiName        string
}

func NewSecurityData

func NewSecurityData() *SecurityData

func (SecurityData) DnsAt

func (data SecurityData) DnsAt(idx int) string

func (*SecurityData) Fetch

func (data *SecurityData) Fetch()

type Settings

type Settings struct {
	*cfg.Common
}

func NewSettingsFromYAML

func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *config.Config) *Settings

type Widget

type Widget struct {
	view.TextWidget
	// contains filtered or unexported fields
}

func NewWidget

func NewWidget(tviewApp *tview.Application, redrawChan chan bool, settings *Settings) *Widget

func (*Widget) Refresh

func (widget *Widget) Refresh()

Jump to

Keyboard shortcuts

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