Skip to content

Commit

Permalink
doc: update README.md for #1233
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Aug 9, 2024
1 parent c50e5d9 commit dba2007
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,12 @@ see [#66](https://github.com/fujiapple852/trippy/issues/66)):
trip example.com -r google -z
```

Set the reverse DNS lookup cache time-to-live to be 60 seconds:

```shell
trip example.com --dns-ttl 60sec
```

Lookup and display `short` (or `long` or `location` or `off`) GeoIp information from a `mmdb` file:

```shell
Expand Down Expand Up @@ -622,6 +628,9 @@ Options:
--dns-timeout <DNS_TIMEOUT>
The maximum time to wait to perform DNS queries [default: 5s]
--dns-ttl <DNS_TTL>
The time-to-live (TTL) of DNS entries [default: 300s]
-z, --dns-lookup-as-info
Lookup autonomous system (AS) information during DNS queries [default:
false]
Expand Down

0 comments on commit dba2007

Please sign in to comment.