Skip to content

Commit 8da1b69

Browse files
committed
Revert "Pasto, thanks to @lifenjoiner"
This reverts commit 14ef114.
1 parent 180e75b commit 8da1b69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dnscrypt-proxy/plugin_allow_name.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (plugin *PluginAllowName) Init(proxy *Proxy) error {
4040
if len(line) == 0 {
4141
continue
4242
}
43-
parts := strings.Fields(line)
43+
parts := strings.Split(line, "@")
4444
timeRangeName := ""
4545
if len(parts) == 2 {
4646
line = strings.TrimSpace(parts[0])

0 commit comments

Comments
 (0)