My laptop mylaptop
has access to a git repo mygitrepo.com
.
From mylaptop
I can access a web server in a DMZ dmzserver
through a VPN tunnel.
Of course, dmzserver
cannot directly access mygitrepo.com
.
How can I make the dmzserver
do git clone/pull
from mygitrepo.com
through the VPN tunnel (via mylaptop
)?