diff options
Diffstat (limited to 'tcpproxy.go')
-rw-r--r-- | tcpproxy.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tcpproxy.go b/tcpproxy.go index 6d32137..5d178c6 100644 --- a/tcpproxy.go +++ b/tcpproxy.go @@ -93,9 +93,7 @@ func equals(want string) Matcher { // config contains the proxying state for one listener. type config struct { - routes []route - acmeTargets []Target // accumulates targets that should be probed for acme. - stopACME bool // if true, AddSNIRoute doesn't add targets to acmeTargets. + routes []route } // A route matches a connection to a target. |