dnscrypt-proxy/dnscrypt-proxy/privilege_windows.go

11 lines
201 B
Go

package main
import "os"
func serviceStartupUserName() *string {
userName := "NT AUTHORITY\\NetworkService"
return &userName
}
func (proxy *Proxy) dropPrivilege(userStr string, fds []*os.File) {}