6 lines
66 B
Go
6 lines
66 B
Go
|
// +build !freebsd
|
||
|
|
||
|
package config
|
||
|
|
||
|
const DefaultTunName = "nc%d"
|