Commit Graph

32 Commits

Author SHA1 Message Date
c8497a6188 Abandon travis-ci for jenkins
All checks were successful
moparisthebest/wireguard-proxy/pipeline/head This commit looks good
2020-11-26 18:51:57 -05:00
2e0ccc1d0e Fix up CI jobs 2020-07-23 15:14:17 -04:00
f3a78b2863 Add async feature implemented with tokio and rustls, make it default 2020-07-22 23:37:55 -04:00
225d71d885 More documentation in example server.conf 2019-12-23 02:19:38 -05:00
c59cef666a Add openssl cert generation examples to readme 2019-12-23 01:27:37 -05:00
d026f700a5 Add -V, --version argument, env variables only apply for long options 2019-12-22 23:59:42 -05:00
2c902bdddf Add example hardened systemd template unit 2019-12-22 01:54:52 -05:00
efc858f852 udp-test: determine current executable path better 2019-12-22 01:45:01 -05:00
7be828efdf Add support for reading key/cert from stdin, better OpenSSL error messages 2019-12-22 01:15:23 -05:00
1650cefa0d Support falling back to environment variables if command line arguments don't exist 2019-12-21 01:48:48 -05:00
327a23d82d Put verbose byte count output behind verbose feature 2019-12-17 01:33:42 -05:00
da86f8da72 Make udp-test bi-directional 2019-12-17 01:28:43 -05:00
1e7fa84a42 Added TLS --pinnedpubkey support 2019-12-17 01:22:26 -05:00
9d37f3d929 CI: stop releasing archives, just release binaries 2019-12-16 22:33:26 -05:00
2cd69aaf15 Enable TLS testing from udp-test, enable on CI 2019-12-16 21:44:07 -05:00
7316bb5341 Add --tls-hostname argument to wireguard-proxy 2019-12-16 21:15:25 -05:00
b363f30298 update readme 2019-12-16 19:29:08 -05:00
d46c440b4e CI: depending on platform build without, with system, or with vendored TLS 2019-12-16 19:12:02 -05:00
9b2866c5b4 Implement TLS server side, refactor to allow conditional TLS support at compile time 2019-12-16 11:52:17 -05:00
4c6f4258b4 First (unsafe) go at tls support 2019-12-16 02:21:16 -05:00
5280c038b7 Disable broken freebsd builds 2019-12-15 19:28:32 -05:00
5e394bca1e Merge proxy/proxyd into single binary, make command line parsing more robust 2019-12-15 18:44:56 -05:00
152bb991d4 Remove 'udp_target' argument from wireguard-proxy, set it dynamically from first UDP packet recieved 2019-12-15 13:50:19 -05:00
a9f7daf823 Add more tests to test.sh 2019-12-15 13:47:13 -05:00
e5a309f66f Add .travis.yml, appveyor.yml adapted from japaric/trust 2019-07-17 01:36:50 -04:00
13314675a7 Refactor into lib, Implement udp-test -is to run full test in the same process 2019-07-17 00:18:39 -04:00
e5a318c14c Implement equivalent of test.sh in pure rust in udp-test.rs 2019-07-16 00:39:24 -04:00
d456b7a03a Simplify udp-test 2019-07-14 01:50:51 -04:00
d80b238666 Re-factor code, send packet length header in TCP, add test 2019-07-14 01:40:44 -04:00
b28a68edb1 Implement client, tweaks 2019-07-13 01:00:06 -04:00
df013c7543 Split out binary in prep for multiple binaries 2019-07-12 20:33:10 -04:00
19a43a68f2 Initial Commit 2019-07-12 01:02:41 -04:00