mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2026-05-21 21:36:30 +03:00
Update platform defaults, handling of 'auto' on Linux/Darwin
This commit is contained in:
@@ -20,6 +20,6 @@ func GetDefaults() platformDefaultParameters {
|
||||
// TUN/TAP
|
||||
MaximumIfMTU: 32767,
|
||||
DefaultIfMTU: 32767,
|
||||
DefaultIfName: "/dev/tap0",
|
||||
DefaultIfName: "/dev/tun0",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user