Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snaka/whatsmyip

Discover your public ip address
https://github.com/snaka/whatsmyip

golang webrtc

Last synced: 4 days ago
JSON representation

Discover your public ip address

Awesome Lists containing this project

README

        

```
_ _ _ _ ___
__ __ | |__ __ _ | |_ ( ) ___ _ __ ___ _ _ (_) _ __ |__ \
\ \ /\ / / | '_ \ / _` | | __| |/ / __| | '_ ` _ \ | | | | | | | '_ \ / /
\ V V / | | | | | (_| | | |_ \__ \ | | | | | | | |_| | | | | |_) | |_|
\_/\_/ |_| |_| \__,_| \__| |___/ |_| |_| |_| \__, | |_| | .__/ (_)
|___/ |_|
```

whatsmyip
=========

Discover your public ip address.

## Installing

```
go get github.com/snaka/whatsmyip
```

## Usage

```
$ whatsmyip
113.43.xxx.xxx
```

## License

MIT License.

## References

* [pion/webrtc: Pure Go implementation of the WebRTC API](https://github.com/pion/webrtc)
* [JavaScriptでグローバルIPを取得する(パブリックSTUNサーバーを利用) - Qiita](https://qiita.com/azechi/items/1a7832e346f42402cca6)