# mongonet **Repository Path**: mirrors_mongodb/mongonet ## Basic Information - **Project Name**: mongonet - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mongonet - mongo wire protocol tools The purpose of this library is to have a number of low level tools for building a variety of things. This is not a driver, though could be turned into one if someone wanted. There are two examples included: ### straight_proxy This is a trivial proxy for mongod, no real use today, maybe SSL termination?? ## sni_tester This is a proxy that adds a single command "sni". This is to help test client sni support. To Start cd cmd/sni_tester go run sni_tester.go To use > db.adminCommand("sni") { "sniName" : "local.10gen.cc", "ok" : 1 }