Commit Graph

39 Commits

Author SHA1 Message Date
AJ ONeal 6acda301b0 update build 2020-11-13 03:02:58 -07:00
AJ ONeal ade7f0ba80 refactor cmds for goreleaser 2020-11-13 02:43:17 -07:00
AJ ONeal 8c8d5b150f bugfix HTTP-01 relay and update docs 2020-11-12 06:30:52 -07:00
AJ ONeal 1635cbad9b add system service 2020-11-05 15:07:01 -07:00
AJ ONeal 1d71b24ccf add ability to relay http-01 challenges 2020-11-05 02:11:17 -07:00
AJ ONeal ec0c7ff696 update docs 2020-07-22 02:28:45 -06:00
AJ ONeal ce39066bc8 add --expires-in to signjwt 2020-07-20 12:18:08 -06:00
AJ ONeal b08f1d7e88 update VENDOR_ID, fix examples/mgmt-*, update README 2020-07-20 09:27:31 -06:00
AJ ONeal cb63ae35a9 update examples 2020-06-29 02:43:46 -06:00
AJ ONeal 9b7c3f62db file reorganization 2020-06-03 01:47:06 -06:00
AJ ONeal 3502d67b06 update docs and examples 2020-06-03 01:25:15 -06:00
AJ ONeal 387e6a5aa1 note go version and GOPATH 2020-05-06 11:13:55 -06:00
AJ ONeal 456fe70a0e update README.md 2020-05-06 11:11:40 -06:00
AJ ONeal 7fdb393696 renaming things 2020-05-04 23:08:23 -06:00
AJ ONeal 94c3680333 update config, demo letsencrypt 2020-05-04 22:12:11 -06:00
AJ ONeal e740d2ca0f heavier refactoring 2020-04-30 04:43:36 -06:00
AJ ONeal 3597ebff28 minor refactor 2020-04-28 00:26:00 -06:00
Henry Camacho f809794f22 Minor tweaks to documentation 2017-03-25 15:53:43 -05:00
Henry Camacho ee54c3d721 Adjusted Documentation to include Load Balancer Test 2017-03-25 15:39:44 -05:00
Henry Camacho b11f6c54bc Implemented Docker Container Testing.
- a few other minor fixes.
- removed RVPNMAIN
- there is a bunch of other clean up I want to do…
2017-03-04 12:18:08 -06:00
Henry Camacho 0eb136db75 Updated documentation 2017-03-02 21:32:53 -06:00
Henry Camacho 8f2e4f58c0 Working version of RVPN
- got too cute with the package names, needed to bring everything into one package, except for packer.
- system is passing traffic now, ran a load test generating 1000 connections, seems ok.
- removed a lot of message logging since traffic is passing.
2017-03-02 18:47:59 -06:00
Henry Camacho 493477179b Added support for a Listener Manager
- I anticipated having to bring up new listeners as tunnel-clients connect allowing different port use for a single domain
- completed the code, however did not see any port information coming back from WSS client.
- opened an issue with AJ.
- all listeners are now dynamically generated.  The run method takes an initial port, once functioning, the runner send down the channel a registration for the initial port.
2017-02-26 17:27:38 -06:00
AJ ONeal 3f3b629f37 Update README.md 2017-02-16 23:59:25 +00:00
Henry Camacho fc89682b9e updated to include domain stat traffic
- add support for domain_api container for JSON encoding
- separated server api containers out of the listener_admin
- added domain track to connection
- add extension to the send channel to identify domain associated to send bytes
- helper function for adding tracked domain
- implemented outbound byte counter for domain (inbound will come when we resolve the packer issues)
2017-02-15 20:06:26 -06:00
Henry Camacho 3dbdd694df Admin interface — added api/servers
- collects a list of WSS servers, and the connection structure
- calculates a connection duration
- collects the bytes in/out
- encodes to JSON and sends response.
2017-02-15 17:53:34 -06:00
Henry Camacho 938e950261 Updated documentation and more debugging information 2017-02-13 20:53:27 -06:00
Henry Camacho 82b9e7be34 Updating documentation 2017-02-13 16:00:36 -06:00
Henry Camacho 1df1e17c05 Completing commit for push. 2017-02-13 15:59:10 -06:00
Henry Camacho 6d172c2404 Continued restructuring isolating network interfaces
- each listener has its own MUX and handlers that are separate from global.
- the external handler will take a request from an external client destine for a WSS.
- the request is output on stdio.

My Questions are this point is this:
- do I just send the request down towards the WSS, or do I have to pack it?
- what is the response I will get back from the tunnel client?  That seems it must be in a packer.
- I’ve been going though the source I need to be pointed in the right direction.
2017-02-08 21:08:53 -06:00
Henry Camacho e98780fd21 Documentation to include creating 127.0.0.2 alias 2017-02-05 21:23:24 -06:00
AJ ONeal 7e3c6e061a Update README.md 2017-02-03 03:52:48 +00:00
AJ ONeal ceebc270d4 add jwt-go to deps 2017-02-03 03:50:44 +00:00
Henry Camacho 669d992f45 Updated for tunnel-client connectivity to go-rvpn-server 2017-02-02 21:32:37 -06:00
Henry Camacho c781b64cb7 updated to support wss://localhost:8000/ w/jwt validation
- checks validity of the token, and aborts connection if invalid
- displays domains processed contained in token.
2017-02-02 21:28:25 -06:00
Henry Camacho eb0f1bb897 various clean up. Removed binary, added certs 2017-02-02 17:06:29 -06:00
AJ ONeal 745a6bfbd7 add missing dependency, optimize for copy & paste 2017-02-02 05:27:02 +00:00
Henry Camacho 7d5810a29e Documenting how to run this test. 2017-02-01 21:30:15 -06:00
AJ ONeal cd60718397 Add readme.md 2017-01-27 03:23:57 +00:00