github.com/cawidtu/notwireguard-go/conn@v0.0.0-20230523131112-68e8e5ce9cdf/default.go (about)

     1  //go:build !linux && !windows
     2  
     3  /* SPDX-License-Identifier: MIT
     4   *
     5   * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
     6   */
     7  
     8  package conn
     9  
    10  func NewDefaultBind() Bind { return NewStdNetBind() }