Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upHow is ikvjwd implemented? #1
Comments
rcsheets
added
the
question
label
May 21, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
rcsheets
May 21, 2014
Owner
The SSH forwarding is implemented using haproxy. You're correct that the incoming IPv6 traffic is simply forwarded to GitHub's IPv4 address.
|
The SSH forwarding is implemented using haproxy. You're correct that the incoming IPv6 traffic is simply forwarded to GitHub's IPv4 address. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
evaryont
commented
May 21, 2014
|
Would you mind sharing the configuration file you used with haproxy? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Added in commit 58979dc |
rcsheets
closed this
May 22, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
evaryont commentedMay 21, 2014
So I found ikvjwd.com, and was curious how it's implemented. Some searching led me to this repo, but it only has HTML. Which leads me to guess: you're using using IPTables to forward incoming traffic from IPv6 sources to Github's IPv4 address?
Can you confirm that guess? Or is it something else?