mirror of
https://github.com/unman/shaker.git
synced 2025-08-02 02:56:05 -04:00
Update to openvpn 2.01
This commit is contained in:
parent
96794f34c8
commit
56cc3fb974
2 changed files with 6 additions and 2 deletions
2
openvpn
2
openvpn
|
@ -1 +1 @@
|
||||||
Subproject commit 476413dcd318ac1739f88eca40618c371da245f8
|
Subproject commit 6f2f450cb2fc273f6a27d84763d5be013f8679ee
|
|
@ -1,5 +1,5 @@
|
||||||
Name: 3isec-qubes-sys-vpn
|
Name: 3isec-qubes-sys-vpn
|
||||||
Version: 2.0
|
Version: 2.01
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Create an openvpn proxy in Qubes
|
Summary: Create an openvpn proxy in Qubes
|
||||||
|
|
||||||
|
@ -24,6 +24,8 @@ When the VPN is active, no traffic is allowed except through the VPN
|
||||||
tunnel.
|
tunnel.
|
||||||
If the VPN uses Google's 8.8.8.8 server for DNS, this will be changed
|
If the VPN uses Google's 8.8.8.8 server for DNS, this will be changed
|
||||||
to use Quad-9 servers.
|
to use Quad-9 servers.
|
||||||
|
sys-vpn will have the netvm set to the global default_netvm. Change this
|
||||||
|
as you will.
|
||||||
|
|
||||||
After installing, copy your openvpn configuration file or zip file
|
After installing, copy your openvpn configuration file or zip file
|
||||||
to sys-vpn.
|
to sys-vpn.
|
||||||
|
@ -70,6 +72,8 @@ if [ $1 -eq 0 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Fri 13 2024 unman <unman@thirdeyesecurity.org> - 2.01
|
||||||
|
- Attach sys-vpn to global default_netvm
|
||||||
* Mon Fri 05 2024 unman <unman@thirdeyesecurity.org> - 2.0
|
* Mon Fri 05 2024 unman <unman@thirdeyesecurity.org> - 2.0
|
||||||
- Change to nftables implementation
|
- Change to nftables implementation
|
||||||
* Mon Jun 12 2023 unman <unman@thirdeyesecurity.org> - 1.4
|
* Mon Jun 12 2023 unman <unman@thirdeyesecurity.org> - 1.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue