Skip to content

Commit f1090f4

Browse files
committed
Update README.md
1 parent d6aadab commit f1090f4

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Works with mobile versions too.
2222
- Upload
2323
- Ping
2424
- Jitter
25-
- IP Address, ISP, distance from server (optional, not implemented currently)
25+
- IP Address, ISP
2626
- Telemetry (optional)
2727
- Results sharing (optional)
2828

@@ -67,7 +67,7 @@ Works with mobile versions too.
6767
# If you want the server to load the speedtest web front in the route `/`,
6868
then you must specify the path of the client folder in the configs.toml file.
6969
```
70-
70+
7171
4. Change `configs.toml` according to your environment:
7272
7373
```toml
@@ -105,13 +105,19 @@ Works with mobile versions too.
105105
tls_cet_file=""
106106
tls_key_file=""
107107
```
108-
109-
> #### TODO :
110-
> - [ ] Impl ip geolocation & isp finder
111108
112-
> #### Note :
113-
> This project can be much better.\
114-
> Therefore, your PRs are accepted to improve and solve problems
109+
## ISP Detection
110+
111+
- This project use offline database for detect ip ISPs
112+
- Currently, only the ipinfo.io database is supported
113+
- You can download or update database automatically by typing :
114+
```
115+
$ librespeed-rs --update-ipdb
116+
```
117+
118+
## Note :
119+
This project can be much better.\
120+
Therefore, your PRs are accepted to improve and solve problems
115121
116122
## License
117123
Copyright (C) 2016-2024 Federico Dossena\

0 commit comments

Comments
 (0)