jselbie / stunserver

Version 1.2. This is the source code to STUNTMAN - an open source STUN server and client code by john selbie. Compliant with the latest RFCs including 5389, 5769, and 5780. Also includes backwards compatibility for RFC 3489. Compiles on Linux, MacOS, BSD, Solaris, and Win32 with Cygwin. Windows binaries avaialble from www.stunprotocol.org.
http://www.stunprotocol.org
Apache License 2.0
1.44k stars 349 forks source link

Typo in --help mode #6

Closed cowwoc closed 11 years ago

cowwoc commented 11 years ago
  1. Run: stunserver --help
  2. Search for "In full mode, the default is to bing to the first"
  3. Replace "bing" with "bind"
jselbie commented 11 years ago

I'm sure that's not the only typo. I just pushed up the fix. Thanks!

jrs