From 4a97d2571c07efd2934fdd8a015f0fc8f779da65 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 27 Mar 2005 19:23:29 +0000 Subject: Remove round-robin from outgoing load balancing. It still alternates gateways but for some reason it is interfering with ebay and many other web sites./ --- etc/inc/filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 6cdf489..5ac2669 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -1391,7 +1391,7 @@ EOD; $isfirst = 1; } } - $tmprules .= "} round-robin "; + $tmprules .= "} "; $line .= $tmprules; } -- cgit v1.1