Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Sep 25, 2023
1 parent d29c28c commit 2440bfe
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ filter:
- shellpipe: 'jq -r .tag_name'
- strip:

---

name: easypi
url: https://www.nslookup.io/api/v1/records
method: POST
headers:
Content-Type: application/json
data: '{"domain":"easypi.duckdns.org","dnsServer":"google"}'
filter:
- jq:
query: '.records.a.response.answer[0].ipInfo.query'
- re.sub:
pattern: '"'
repl: ''

...
```

Expand Down

0 comments on commit 2440bfe

Please sign in to comment.