mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-08 21:10:11 +02:00
7 lines
57 B
Go
7 lines
57 B
Go
package constants
|
|
|
|
const (
|
|
TUN = "tun0"
|
|
TAP = "tap0"
|
|
)
|