X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgovpn%2Fpeer.go;h=5160bd4cc6b2f7b172d3441b90762faf73f71ee1;hb=f1052bf837a8c0f4c50c7bb0a3a70c1ddb31c467;hp=a9c0aaae8dbe386dad397e2df97aaea3a7ee9d03;hpb=9b94c0476bb62fa78724dc521e9bdc77c3559b83;p=govpn.git diff --git a/src/cypherpunks.ru/govpn/peer.go b/src/cypherpunks.ru/govpn/peer.go index a9c0aaa..5160bd4 100644 --- a/src/cypherpunks.ru/govpn/peer.go +++ b/src/cypherpunks.ru/govpn/peer.go @@ -79,7 +79,7 @@ type Peer struct { // Basic Addr string Id *PeerId - Conn io.Writer + Conn io.Writer `json:"-"` // Traffic behaviour NoiseEnable bool