Anthony Romano
|
5bd9b9614f
|
tcpproxy: display endpoints, not pointers, in ready to proxy string
The switch to *net.SRV for endpoints caused the ready string to emit
pointers instead of endpoint strings.
Fixes #7942
|
2017-05-17 10:51:35 -07:00 |
|
Anthony Romano
|
c232814003
|
etcdmain, tcpproxy: srv-priority policy
Adds DNS SRV weighting and priorities to gateway.
Partially addresses #4378
|
2017-05-08 11:35:18 -07:00 |
|
Anthony Romano
|
8b097f279d
|
tcpproxy: don't use range variable in reactivate goroutine
Ends up trying to reactivate only the last endpoint.
|
2017-02-21 12:39:49 -08:00 |
|
Xiang Li
|
962433c17f
|
*: set repo correctly for logging
|
2016-10-03 17:03:22 +08:00 |
|
Gyu-Ho Lee
|
244b1d7d20
|
tcpproxy: add start logging line
|
2016-07-06 14:21:26 -07:00 |
|
Anthony Romano
|
fc7da09d67
|
*: add missing godoc package descriptions
Fixes #4074
|
2016-05-27 15:15:26 -07:00 |
|
Gyu-Ho Lee
|
ef44f71da9
|
*: update LICENSE header
|
2016-05-12 20:51:48 -07:00 |
|
Gyu-Ho Lee
|
a32aabc377
|
proxy/tcpproxy: add more logs
|
2016-05-12 17:48:36 -07:00 |
|
Xiang Li
|
a300be92dc
|
*: initial support for gatway
etcd gatway is a simple l4 gateway that forwards tcp connections to
the given endpoints.
|
2016-05-11 09:44:50 -07:00 |
|
Xiang Li
|
4a913ae60a
|
proxy: initial userspace tcp proxy
|
2016-04-14 10:14:30 -07:00 |
|