Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 547 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 547 Bytes

bekind

What is it

Just a toy project to add some useful online utilities supported by DNS and HTTPS requests.

Features

caller ip address

try {ip,myip,my}.zif.im e.g.

dig @34.148.107.114  +short ip.zif.im
"46.117.241.248"

random unique id

try {id,key}.zif.im (based on nanoid), e.g.

dig @34.148.107.114  +short key.zif.im
"2y29jkma6bfw"

Default length is 12, but N.id.zif.im will return N lengthed random string (when I implement it).

URL Shortner

Pending