mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2024-12-22 06:18:01 +00:00
Update README.md
This commit is contained in:
parent
7caf4ad4a8
commit
c8d6da5ebd
@ -113,10 +113,9 @@ curl $(uuidgen).dns.ifconfig.es
|
|||||||
curl $(cat /proc/sys/kernel/random/uuid).dns.ifconfig.es
|
curl $(cat /proc/sys/kernel/random/uuid).dns.ifconfig.es
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
Golang >= 1.19 is required.
|
Golang >= 1.22 is required.
|
||||||
|
|
||||||
`make build`
|
`make build`
|
||||||
|
|
||||||
@ -134,6 +133,8 @@ Usage of whatismyip:
|
|||||||
Path to GeoIP2 ASN database
|
Path to GeoIP2 ASN database
|
||||||
-geoip2-city string
|
-geoip2-city string
|
||||||
Path to GeoIP2 city database
|
Path to GeoIP2 city database
|
||||||
|
-resolver string
|
||||||
|
Path to the resolver configuration. It actually enables the resolver for DNS client discover.
|
||||||
-template string
|
-template string
|
||||||
Path to template file
|
Path to template file
|
||||||
-tls-bind string
|
-tls-bind string
|
||||||
|
Loading…
Reference in New Issue
Block a user