github.com/forest33/wtun@v0.3.1/conn/default.go (about)

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