From 3ea7ac60b0330bb95f3555822a2c123515d06975 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Thu, 8 Feb 2018 06:20:47 +0100 Subject: [PATCH] balls --- firewall/firewall_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewall/firewall_windows.go b/firewall/firewall_windows.go index 95def6dc..81a9c031 100644 --- a/firewall/firewall_windows.go +++ b/firewall/firewall_windows.go @@ -68,7 +68,7 @@ func (f WindowsFirewall) generateRule(r *Redirection, enabled bool) []string { } func (f *WindowsFirewall) EnableRedirection(r *Redirection, enabled bool) error { - fmt.Printf("\n%s: Port redirection is not supported on Windows, packets will NOT be automatically forwarded to the proxy.", core.Yellow("WARNING")) + fmt.Printf("%s: Port redirection is not supported on Windows, packets will NOT be automatically forwarded to the proxy.", core.Yellow("WARNING")) /* TODO: This doesn't work :/