echoip
echoip copied to clipboard
Docker Image
I am currently attempting to self host the docker image. However, after self deploying the docker image on k8s infrastructure when i make a call (internal network call RFC 1918) to the service the response is merely an echo that contains the IP i sent in decimal format.
Any idea whats going on there? Or what i need to do to get this working?
- set parameter '-H X-Forwarded-For' at start
- install ingress-nginx inside cluster
- configure additional with configmap, example
apiVersion: v1
kind: ConfigMap
metadata:
name: headers
data:
use-forwarded-headers: "true"
enable-real-ip: "true"