MCPcopy
hub / github.com/freedomofdevelopers/fod / proxifier

Function proxifier

fodcmd/proxifier.go:52–59  ·  view source on GitHub ↗
(target io.Writer, domains ...string)

Source from the content-addressed store, hash-verified

50</ProxifierProfile>`))
51
52func proxifier(target io.Writer, domains ...string) error {
53 d := make([]string, len(domains))
54 for i := range domains {
55 d[i] = "*" + domains[i]
56 }
57
58 return xmlTmpl.Execute(target, strings.Join(d, ";"))
59}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected