mirror of
https://github.com/slackhq/nebula.git
synced 2026-04-03 07:35:18 +02:00
bolt more stuff onto tun to help auto-assign snat addresses
This commit is contained in:
@@ -36,6 +36,14 @@ type UserDevice struct {
|
||||
inboundWriter *io.PipeWriter
|
||||
}
|
||||
|
||||
func (d *UserDevice) UnsafeNetworks() []netip.Prefix {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (d *UserDevice) SNATAddress() netip.Prefix {
|
||||
return netip.Prefix{}
|
||||
}
|
||||
|
||||
func (d *UserDevice) Activate() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user