Skip to content

Commit 18fc7f5

Browse files
authored
Merge pull request #89 from play-iot/release/vpnc/0.9.4
Release vpnc/0.9.4
2 parents bbe18ea + c58f611 commit 18fc7f5

File tree

2 files changed

+25
-13
lines changed

2 files changed

+25
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
### Supported Operating system
1010

11-
| Distro | Release | Architecture | Status |
12-
| ----------- | -------------- | ------------ | --------------------------------------------------------------- |
13-
| Raspbian | Stretch/Buster | ARM | ✔ |
14-
| BeagleBoard | Stretch/Buster | ARM | ✔ |
15-
| OpenWRT | 18.x/19.x | ARM/Mips | :white_large_square: |
16-
| Ubuntu | 16.x/18.x/20.x | ARM/x86_64 | ✔ |
17-
| Debian | 9/10 | ARM/x86_64 | ✔ |
18-
| Fedora | 31/32/33 | ARM/x86_64 | :warning: [SELinux](https://github.com/play-iot/iot-vpn/issues/10) |
19-
| CentOS | 6/7/8 | ARM/x86_64 | :warning: [SELinux](https://github.com/play-iot/iot-vpn/issues/10) |
20-
| RHEL | 7.x/8.x | ARM/x86_64 | :warning: [SELinux](https://github.com/play-iot/iot-vpn/issues/10) |
21-
| Windows | 8/10 | x86_64 | :warning: [SoftetherVPN](https://www.softether.org/) |
22-
| MacOS | 7.x/8.x | x86_64 | :white_large_square: |
23-
| Android | 7.x/8.x | x86_64 | :white_large_square: |
11+
| Distro | Release | Architecture | Status |
12+
| ----------- | -------------- | ------------------------ | ------------------------------------------------------------------ |
13+
| Raspbian | Stretch/Buster | `ARMv7`/`ARM64` | ✔ |
14+
| BeagleBoard | Stretch/Buster | `ARMv7`/`ARM64` | ✔ |
15+
| OpenWRT | 18.x/19.x | `ARMv7`/`ARM64`/`Mips` | :white_large_square: |
16+
| Ubuntu | 16.x/18.x/20.x | `ARMv7`/`ARM64`/`x86_64` | ✔ |
17+
| Debian | 9/10 | `ARMv7`/`ARM64`/`x86_64` | ✔ |
18+
| Fedora | 31/32/33 | `ARMv7`/`ARM64`/`x86_64` | :warning: [SELinux](https://github.com/play-iot/iot-vpn/issues/10) |
19+
| CentOS | 6/7/8 | `ARMv7`/`ARM64`/`x86_64` | :warning: [SELinux](https://github.com/play-iot/iot-vpn/issues/10) |
20+
| RHEL | 7.x/8.x | `ARMv7`/`ARM64`/`x86_64` | :warning: [SELinux](https://github.com/play-iot/iot-vpn/issues/10) |
21+
| Windows | 8/10 | `x86_64` | :warning: [SoftetherVPN](https://www.softether.org/) |
22+
| MacOS | 7.x/8.x | `x86_64` | :white_large_square: |
23+
| Android | 7.x/8.x | `x86_64` | :white_large_square: |
2424

2525
### Support DNS resolver
2626

cli/CHANGELOG-VPNC.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v0.9.4](https://github.com/play-iot/iot-vpn/tree/vpnc/v0.9.4) (2021-06-10)
4+
5+
### Changes
6+
7+
- Resolve [#34](https://github.com/play-iot/iot-vpn/issues/34) Support `ARM64`
8+
- `playio-vpnc disconnect` support one or many or all VPN accounts
9+
10+
### Bugfix
11+
12+
- Fix [#85](https://github.com/play-iot/iot-vpn/issues/85): conflict DNS resolver between `dnsmasq` and `systemd-resolved`
13+
- Fix [#86](https://github.com/play-iot/iot-vpn/issues/86): make VPN stable when manage many VPN connections on same computer
14+
315
## [v0.9.3](https://github.com/play-iot/iot-vpn/tree/vpnc/v0.9.3) (2021-05-13)
416

517
### Changes

0 commit comments

Comments
 (0)