From c3e3f595dfe4d4a3bffa9de4febfdbaae25ec502 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 26 Mar 2017 15:28:29 -0700 Subject: [PATCH] tun2: F --- lib/tun2/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tun2/server.go b/lib/tun2/server.go index 241bf0e..ec5b3d6 100644 --- a/lib/tun2/server.go +++ b/lib/tun2/server.go @@ -56,7 +56,7 @@ type Connection struct { cancel context.CancelFunc } -func (c *Connection) Fer() ln.F { +func (c *Connection) F() ln.F { return map[string]interface{}{ "id": c.id, "remote": c.conn.RemoteAddr(),