Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement bsd / osx firewall support #4

Closed
evilsocket opened this issue Jan 8, 2018 · 0 comments
Closed

implement bsd / osx firewall support #4

evilsocket opened this issue Jan 8, 2018 · 0 comments
Assignees
Milestone

Comments

@evilsocket
Copy link
Member

evilsocket commented Jan 8, 2018

Create a firewall/firewall_darwin.go implementation of the following interface:

type FirewallManager interface {
	IsForwardingEnabled() bool
	EnableForwarding(enabled bool) error
	EnableIcmpBcast(enabled bool) error
	EnableSendRedirects(enabled bool) error
	EnableRedirection(r *Redirection, enabled bool) error
	Restore()
}

This can be used as a reference

@evilsocket evilsocket added this to the 1.0.0 milestone Jan 8, 2018
@evilsocket evilsocket self-assigned this Jan 8, 2018
@evilsocket evilsocket mentioned this issue Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant