mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
11 lines
182 B
Go
11 lines
182 B
Go
//go:build !windows
|
|
|
|
package cli
|
|
|
|
import (
|
|
"github.com/Control-D-Inc/ctrld"
|
|
)
|
|
|
|
// addExtraSplitDnsRule adds split DNS rule if present.
|
|
func addExtraSplitDnsRule(_ *ctrld.Config) {}
|