dnscrypt-proxy/dnscrypt-proxy/privilege_darwin.go
2020-04-26 14:49:43 +02:00

8 lines
102 B
Go

package main
import (
"os"
)
func (proxy *Proxy) dropPrivilege(userStr string, fds []*os.File) {
}