README.md 1.02 KB
Newer Older
Raúl Kripalani's avatar
Raúl Kripalani committed
1
# go-libp2p-autonat
vyzo's avatar
vyzo committed
2

Raúl Kripalani's avatar
Raúl Kripalani committed
3
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai)
Yusef Napora's avatar
Yusef Napora committed
4 5 6 7 8
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
 [![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)


vyzo's avatar
vyzo committed
9 10 11 12 13 14

> Ambient NAT discovery

This package provides an ambient NAT autodiscovery service.
It allows peers to figure out their NAT dialability situation by using test dial backs through peers providing the AutoNAT service.

Raúl Kripalani's avatar
Raúl Kripalani committed
15
## Documentation
vyzo's avatar
vyzo committed
16

vyzo's avatar
vyzo committed
17
See https://godoc.org/github.com/libp2p/go-libp2p-autonat
vyzo's avatar
vyzo committed
18 19 20 21 22 23 24 25 26 27

## Contribute

Feel free to join in. All welcome. Open an [issue](https://github.com/libp2p/go-libp2p-discovery/issues)!

This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).

## License

MIT
28 29

---