Use fake address instead of wireguard address

This commit is contained in:
Zoltan Papp
2023-08-17 08:36:11 +02:00
parent 1c84d6b3b6
commit 98f3012fb3
8 changed files with 45 additions and 15 deletions

View File

@@ -74,6 +74,7 @@ func (tf *GeneralManager) loadXdp() error {
Program: tf.bpfObjs.NbXdpProg,
Interface: iFace.Index,
})
return err
}