MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / EnableForward

Method EnableForward

agent/utils/firewall/client/iptables.go:226–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224}
225
226func (i *Iptables) EnableForward() error {
227 return EnableIptablesForward()
228}
229
230func (i *Iptables) ListForward() ([]FireInfo, error) {
231 return iptablesListForward()

Callers

nothing calls this directly

Calls 1

EnableIptablesForwardFunction · 0.85

Tested by

no test coverage detected