Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 763 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 763 Bytes

Very simple STUN client

forthebadge forthebadge

As the name suggests, this is a very simple and unfinished STUN client written in C# and based on RFC8489 that can run over TCP or UDP.

This was made as a proof of concept with the intent to add NAT punching to Mirror networking using the STUN protocol.

It only implements the XOR-MAPPED-ADDRESS, MAPPED-ADDRESS, and SOFTWARE attributes, these are enough to request an IP endpoint to a public STUN server.

How to use

Please don't