mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
updated qbitvpn and added devices
https://github.com/binhex/arch-qbittorrentvpn/issues/296 https://github.com/binhex/arch-qbittorrentvpn/issues/294 https://github.com/binhex/arch-delugevpn/issues/418
This commit is contained in:
@@ -7,7 +7,8 @@ in
|
|||||||
allowedUDPPorts = [ 6882 ];
|
allowedUDPPorts = [ 6882 ];
|
||||||
};
|
};
|
||||||
virtualisation.oci-containers.containers.qbitvpn = {
|
virtualisation.oci-containers.containers.qbitvpn = {
|
||||||
image = "binhex/arch-qbittorrentvpn:5.0.2-1-01";
|
image = "binhex/arch-qbittorrentvpn:5.0.3-1-01";
|
||||||
|
devices = [ "/dev/net/tun:/dev/net/tun" ];
|
||||||
extraOptions = [ "--cap-add=NET_ADMIN" ];
|
extraOptions = [ "--cap-add=NET_ADMIN" ];
|
||||||
ports = [
|
ports = [
|
||||||
"6882:6881"
|
"6882:6881"
|
||||||
|
|||||||
Reference in New Issue
Block a user