Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-31 | obfs4 ver check | atanarjuat | |
2022-07-28 | add obfsvpn client dockerfile for use in integration test | Anjan Nath | |
2022-07-28 | disable CGO for building obfsvpn client | Anjan Nath | |
2022-07-28 | add Dockerfile and scripts for containerized obfsvpn | Anjan Nath | |
This is based on github.com/dockovpn/docker-openvpn repository, it adds the obfsvpn-server binary and config file to the original image a directory can be bind mounted to /opt/Dockovpn_data to persist data client.ovpn config file is created in /opt/Dockovpn/client/<client-id>/client.ovpn it recognises the following environment variables: OBFS4_HOST = 0.0.0.0 (default) # This is the OBFS4 server endpoint OBFS4_PORT = 4430 HOST_ADDR = localhost # openvpn gateway ip PORT = 5540 # openvpn GW port PROTO = tcp # openvpn proto | |||
2022-07-28 | add makefile target to check if new version of yawning/obfs4 is available | Anjan Nath | |
2022-06-12 | add unit test to check panic in Dial and DialContext functions | Anjan Nath | |
2022-05-29 | attempt at android bindings | atanarjuat | |
2022-05-23 | wip: kcp client | atanarjuat | |
2022-05-21 | add 'lint' target to Makefile to quickly run the linter while developing | Anjan Nath | |
here we assume gosec is already available in the dev machine, gofmt and govet are part of the go-sdk | |||
2022-05-21 | simplify testing of client and server | atanarjuat | |