Skip to content

Commit 496c06a

Browse files
committed
v3.3.3: Revert README
1 parent 427b128 commit 496c06a

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

README.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
# **webrtc-ip**
22
💻 Gets a users public IP address in the browser.
3-
<br>
4-
<br>
5-
<br>
3+
4+
65
### NOTICE:
76
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.
8-
<br>
9-
<br>
10-
<br>
7+
118

129
### Disclaimer
1310
This software is for educational purposes only. This software should not be used for illegal activity. The author is not responsible for its use.
14-
15-
<br>
16-
<br>
17-
<br>
11+
1812

1913
---
14+
2015

21-
<br>
22-
<br>
23-
<br>
2416

2517
### Getting Started
2618
If you are using this in the browser, include the following script in the `<head>` 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 `<head
3123
```
3224

3325
You now have access to the `getIPs()` function.
34-
35-
<br>
36-
<br>
26+
3727

3828
---
3929

4030

4131

4232
### Usage
43-
<br>
44-
33+
4534
```js
4635
// Using Promises:
4736
getIPs().then(data=>{

0 commit comments

Comments
 (0)