mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-07-16 13:17:19 +02:00
internal/router/dnsmasq: use text/template instead of html/template
Since this is a plain-text config, not html.
This commit is contained in:
committed by
Cuong Manh Le
parent
33682e2312
commit
c54ff701bd
@@ -2,11 +2,11 @@ package dnsmasq
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"html/template"
|
||||
"net"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
"text/template"
|
||||
|
||||
"github.com/Control-D-Inc/ctrld"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user