https://github.com/inlets/printip
Print the IP of an incoming HTTP call
https://github.com/inlets/printip
Last synced: 2 months ago
JSON representation
Print the IP of an incoming HTTP call
- Host: GitHub
- URL: https://github.com/inlets/printip
- Owner: inlets
- License: mit
- Created: 2022-09-02T12:08:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T12:11:16.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T07:10:52.599Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## printip
An OpenFaaS function to print out the source IP address of an invocation.
Use it to test whether you can get the real IP of a client.
You can deploy the sample without OpenFaaS installed by using the files in [artifacts](/artifacts).
License: MIT