mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
removed annoying log
This commit is contained in:
@@ -84,7 +84,6 @@ func setForwardPolicy() error {
|
||||
|
||||
// port forward from an entry, can contain a dns name for lookup
|
||||
func iptablesPortForward(entry string, inport string, outport string, isIP bool) error {
|
||||
logger.Log(2, "forwarding "+entry+" traffic from host port "+inport+" to container port "+outport)
|
||||
|
||||
var address string
|
||||
if !isIP {
|
||||
|
Reference in New Issue
Block a user