OpenVPN now manages the tunnel device -- DarkNet does not need bridge/tap config

This commit is contained in:
DarkFeather 2023-03-29 23:31:04 -05:00
parent 5fef78f60e
commit 6a4aabee01
Signed by: DarkFeather
GPG Key ID: 1CC1E3F4ED06F296
1 changed files with 1 additions and 2 deletions

View File

@ -71,13 +71,12 @@ all:
disks:
- '-drive format=raw,index=0,media=disk,file=/dev/sdb'
DarkNet:
ipinterface: ens3
ip: 10.0.1.17
ipinterface: eth0
mac: 00:15:5D:01:02:05
cores: 2
memory: 2
vnc: 9
bridge: br0
disks:
- '-drive format=raw,index=0,media=disk,file=/dev/sdd'
Maat: