mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 17:35:40 +08:00
9 lines
120 B
Go
9 lines
120 B
Go
![]() |
//go:build !linux
|
||
|
// +build !linux
|
||
|
|
||
|
package proxy
|
||
|
|
||
|
import "net"
|
||
|
|
||
|
func bind(dialer *net.Dialer, iface *net.Interface) {}
|