#stunning A STUN server to enable direct client-server communication over NAT
##Usage: clone this repo then
var stunning = require('./stunning')
var server = stunning() //default configuration
You can provide these settings: (defaults shown in italics)
address: sets the IP for the server - 127.0.0.1
port: sets the port to be used - 4879
resolveDNS: if the address field should be resolved - true
keepAliveTime: time between each keepalive packet - 400 (milliseconds)