Skip to content

Commit 5077569

Browse files
committed
default mtu to 1350 for macOS
1 parent 83b1b30 commit 5077569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ func CreateService(service *model.Service) (*model.Service, error) {
199199
vpn.Current.PostDown = Sanitize(vpn.Current.PostDown)
200200

201201
vpn.Current.PersistentKeepalive = 23
202+
vpn.Current.Mtu = 1350
202203
vpn.Current.FailSafe = true
203204

204205
if service.ServiceType != "Ingress" && service.ServiceType != "Egress" {

0 commit comments

Comments
 (0)