Update README.md

This commit is contained in:
Maddie Zhan 2020-04-20 09:12:23 +08:00
parent a5960daecf
commit fe92cbeed2

View file

@ -80,6 +80,9 @@ You need Go 1.13+ to compile the binary.
bind_address="127.0.0.1"
# backend listen port, default is 8989
listen_port=8989
# Server location
server_lat=0
server_lng=0
# ipinfo.io API key, if applicable
ipinfo_api_key=""
@ -105,6 +108,7 @@ You need Go 1.13+ to compile the binary.
instead, as an embedded database alternative to SQLite
- Test IDs are generated ULID, there is no option to change them to plain ID
- You can use the same HTML template from the PHP implementation
- Server location can be defined in settings
- There might be a slight delay on program start if your Internet connection is slow. That's because the program will
attempt to fetch your current network's ISP info for distance calculation between your network and the speed test client's.
This action will only be taken once, and cached for later use.