Skip to content

Commit

Permalink
Rollback remove device
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac authored Jul 8, 2024
1 parent 9f6e10f commit 7d39d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exegol/model/ContainerConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def __disableVPN(self) -> bool:
self.__vpn_parameters = None
self.__removeCapability("NET_ADMIN")
self.__removeSysctl("net.ipv6.conf.all.disable_ipv6")
self.removeDevice("")
self.removeDevice("/dev/net/tun")
# Try to remove each possible volume
self.removeVolume(container_path="/.exegol/vpn/auth/creds.txt")
self.removeVolume(container_path="/.exegol/vpn/config/client.ovpn")
Expand Down

0 comments on commit 7d39d91

Please sign in to comment.