mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +03:00
8 lines
102 B
Go
8 lines
102 B
Go
package main
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
func (proxy *Proxy) dropPrivilege(userStr string, fds []*os.File) {
|
|
}
|