Created
November 15, 2014 15:08
-
-
Save t8g/a6567cc839d77041c1ea to your computer and use it in GitHub Desktop.
dockeriser un proxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exposé du problème : | |
* private1.com et private2.com ne sont accessibles que via vpn | |
* je ne veux pas connecter directement mon pc au vpn | |
Idée (qui marche avec un virtualbox) : | |
1. Créer un dock avec | |
* une connexion au vpn | |
* une application (10 lignes de nodejs) qui proxify tous les appels vers private1.com et private2.com | |
2. Sur la machine hôte | |
* modifier hosts pour ajouter ipdudock(?) private1.com private2.com | |
* et voilà | |
??? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ben dans ce cas il faut que tu configure ton browser pour utiliser ton proxy dans ton container, et t'as meme pas besoin du
:xx
sur ton private1.com