From 496c06aba268bce0d1a08d9b6c97df18d0f30ba7 Mon Sep 17 00:00:00 2001 From: Joey Date: Tue, 9 Feb 2021 15:03:36 -0800 Subject: [PATCH] v3.3.3: Revert README --- README.md | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) 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=>{