Skip to content
/ dymo Public

Simple domain name reversal OpenFaaS function running on the OpenFaaS Cloud Community Cluster.

License

Notifications You must be signed in to change notification settings

rgee0/dymo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dymo

OpenFaaS

A simple domain name reversal function.

Invoke the function

$ curl https://rgee0.o6s.io/dymo -d 'rgee0.o6s.io'
io.o6s.rgee0

The function will also accommodate http:// and https:// schemes:

$ curl https://rgee0.o6s.io/dymo -d 'https://rgee0.o6s.io'
io.o6s.rgee0

And strip tailing paths:

$ curl https://rgee0.o6s.io/dymo -d 'https://rgee0.o6s.io/dymo/makes/labels'
io.o6s.rgee0

About

Simple domain name reversal OpenFaaS function running on the OpenFaaS Cloud Community Cluster.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages