mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
Since routing through virtual interfaces may trigger DNS loop in VPN like observing in UnifiOS Site Magic VPN.
11 lines
124 B
Go
11 lines
124 B
Go
package ctrld
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func Test_virtualInterfaces(t *testing.T) {
|
|
vis := virtualInterfaces()
|
|
t.Log(vis)
|
|
}
|