1
0
mirror of https://github.com/dswd/vpncloud.git synced 2025-01-08 13:27:51 +00:00
Commit Graph

707 Commits

Author SHA1 Message Date
Dennis Schwerdel
744a151110 Remove async 2021-06-24 11:29:06 +02:00
Dennis Schwerdel
76bb4aa4b6 More sync 2021-05-27 08:09:09 +02:00
Dennis Schwerdel
edb841adb1 Imports 2021-05-12 23:48:13 +02:00
Dennis Schwerdel
7163412db5 Close to fix ws proxy 2021-05-12 00:06:33 +02:00
Dennis Schwerdel
a6b9bad583 Fix portforwarding 2021-05-11 23:51:36 +02:00
Dennis Schwerdel
a03d367293 Fix daemonize, break websocket and port-forward 2021-05-11 23:38:03 +02:00
Dennis Schwerdel
f871a1e901 Do not sign first byte of init 2021-05-10 21:59:26 +02:00
Dennis Schwerdel
95a1c1876a Merge branch 'master' into threading 2021-05-10 21:31:18 +02:00
dswd
8fe0815acd
Merge pull request #191 from dswd/dependabot/cargo/url-2.2.2
Bump url from 2.2.1 to 2.2.2
2021-05-10 10:14:05 +02:00
dependabot[bot]
0119820495
Bump url from 2.2.1 to 2.2.2
Bumps [url](https://github.com/servo/rust-url) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.2.1...v2.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 05:30:48 +00:00
dswd
e77cb6ef0f
Merge pull request #188 from dswd/dependabot/cargo/libc-0.2.94
Bump libc from 0.2.93 to 0.2.94
2021-04-27 13:01:00 +02:00
dependabot[bot]
213faa5649
Bump libc from 0.2.93 to 0.2.94
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.93 to 0.2.94.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.93...0.2.94)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-27 05:18:48 +00:00
dswd
396351b61c
Update config.yml 2021-04-18 20:33:32 +02:00
dswd
41bcb46579
Create issue_template.md 2021-04-18 20:32:18 +02:00
dswd
b0d73c44ed
Update config.yml 2021-04-18 19:41:54 +02:00
dswd
ea53a4aad5
Create config.yml 2021-04-18 19:40:29 +02:00
dswd
25e2f327e9 Update issue templates 2021-04-18 19:36:56 +02:00
Dennis Schwerdel
ba23a7ef6d Impl ctrl-c 2021-04-13 23:37:01 +02:00
Dennis Schwerdel
37aebf64c3 Remove time in favor of chrono 2021-04-12 19:47:17 +02:00
Dennis Schwerdel
8d81a0117f Update changelog 2021-04-12 19:30:57 +02:00
Dennis Schwerdel
66bef5cd21 Fixes 2021-04-11 21:50:02 +02:00
Dennis Schwerdel
a7a7ab3a1f Merge branch 'master' into threading 2021-04-11 21:49:39 +02:00
Dennis Schwerdel
8c55e6c076 Finish advertise address & exchange own addresses 2021-04-09 22:01:35 +02:00
Dennis Schwerdel
7427be31c8 Merge branch 'master' of github.com:dswd/vpncloud 2021-04-09 20:31:16 +02:00
Dennis Schwerdel
5609a61ddb Add performance for 2.2.0 2021-04-09 20:31:13 +02:00
Jeffrey Schiller
0f9a0d8f91
Add ability to configure “own” addresses (#185)
* Add ability to configure “own” addresses

This configuration option permits the declaration of external or public
addresses instead of attempting to learn them from port forwarding or
interfaces. This is useful in situations where it isn’t possible to
accurately obtain the correct external addresses that peers should use.

* Update args and use better parse listen address

Add the --advertise_addresses control argument to accompany the new
configuration option. Also parse the listen address/port to extract the
port to advertise with advertise_addresses instead of assuming it is
just a port.
2021-04-09 20:30:16 +02:00
dswd
7a55529cb9
Merge pull request #184 from dswd/dependabot/cargo/libc-0.2.93
Bump libc from 0.2.92 to 0.2.93
2021-04-07 18:56:38 +02:00
dependabot[bot]
eef6e528e2
Bump libc from 0.2.92 to 0.2.93
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.92 to 0.2.93.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.92...0.2.93)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-07 05:18:23 +00:00
Dennis Schwerdel
4fb92a36a6 Prepare for release 2021-04-06 12:28:31 +02:00
Dennis Schwerdel
665b190257 Fix permissions 2021-04-06 00:18:33 +02:00
Dennis Schwerdel
ff75845dfb Fix rpm build 2021-04-05 22:50:35 +02:00
Dennis Schwerdel
97e168c856 Fix check action 2021-04-05 17:06:19 +00:00
Dennis Schwerdel
3b96380b42 Update deps 2021-04-05 17:01:40 +00:00
Dennis Schwerdel
6d4591f685 Install .target file 2021-04-05 16:55:09 +00:00
dswd
41e8ecd962
Merge pull request #182 from mnhauke/master
systemd: add file vpncloud.target
2021-04-05 18:51:21 +02:00
Dennis Schwerdel
ea3b2e22a6 Merge branch 'master' of github.com:dswd/vpncloud 2021-04-05 16:50:22 +00:00
Martin Hauke
151ca445c3 systemd: add file vpncloud.target
Add file vpncloud.target, which allows you to stop or restart all
instances.
2021-04-04 22:02:39 +02:00
dswd
b745735af8
Merge pull request #181 from dswd/dependabot/cargo/libc-0.2.92
Bump libc from 0.2.91 to 0.2.92
2021-04-02 10:58:28 +02:00
dependabot[bot]
07d65df6ee
Bump libc from 0.2.91 to 0.2.92
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.91 to 0.2.92.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.91...0.2.92)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 05:05:49 +00:00
Dennis Schwerdel
a3d0daa0f6 Some fixes 2021-03-27 10:53:36 +00:00
Dennis Schwerdel
68f4cb7787 Fix benches 2021-03-27 00:22:55 +00:00
Dennis Schwerdel
1101fe65e0 Fixes for bench 2021-03-26 23:42:38 +00:00
Dennis Schwerdel
fb0676ba6b Tests work 2021-03-26 22:55:40 +00:00
Dennis Schwerdel
da9befe235 Add mtu option 2021-03-26 13:20:35 +01:00
Dennis Schwerdel
d7d06941e5 Test for broken time crate 2021-03-26 08:16:23 +01:00
Dennis Schwerdel
62def2de17 Merge branch 'master' of github.com:dswd/vpncloud 2021-03-23 08:05:39 +00:00
Dennis Schwerdel
49945568ce Remove dummy test 2021-03-23 08:05:25 +00:00
dswd
8df6214fd7
Merge pull request #178 from dswd/dependabot/cargo/libc-0.2.91
Bump libc from 0.2.88 to 0.2.91
2021-03-23 09:04:25 +01:00
dswd
940707333c
Merge pull request #179 from dswd/dependabot/cargo/serde-1.0.125
Bump serde from 1.0.124 to 1.0.125
2021-03-23 09:03:38 +01:00
dependabot[bot]
8675fdee87
Bump serde from 1.0.124 to 1.0.125
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.124 to 1.0.125.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.124...v1.0.125)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 05:16:35 +00:00