diff --git a/README.md b/README.md index 924b7b3..476320a 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,18 @@ # **webrtc-ip** 💻 Gets a users public IP address in the browser. -
-
-
+ + ### NOTICE: This script no longer gets users private IP addresses, due to security concerns originating with the teams at Google and Apple, but reliably gets public ones. For more information, please read [this](https://bloggeek.me/psa-mdns-and-local-ice-candidates-are-coming/) great article that explains all you need to know. -
-
-
+ ### Disclaimer This software is for educational purposes only. This software should not be used for illegal activity. The author is not responsible for its use. - -
-
-
+ --- + -
-
-
### Getting Started If you are using this in the browser, include the following script in the `` part of your HTML to access the `getIPs()` function: @@ -31,17 +23,14 @@ If you are using this in the browser, include the following script in the ` -
+ --- ### Usage -
- + ```js // Using Promises: getIPs().then(data=>{