Hot to get Host-IP from a local WireGuard Server #2602
Unanswered
shoutmarble
asked this question in
Q&A
Replies: 1 comment
-
Update:
I now only need to figure out how to IGNORE this in my LOG files in GLUETUN.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running a WireGuard server to try and forward the Host's IP to a child container using gluetun.
I'm testing with my VPN on my VPS with WHOAMI which will later be an email server which requires
the HOST IP for CNAME, A, AAAA, etc records.
compose.yml
docker compose up
gluetun.yml
docker compose -f gluetun.yml up
whoami.yml
docker compose -f whoami.yml up
whoami.landingdev.xyz:2001
Beta Was this translation helpful? Give feedback.
All reactions