mirror of
https://github.com/fatedier/frp.git
synced 2026-04-05 08:39:17 +08:00
Use text/template instead of html/template for config pre-processing (#4656)
This commit is contained in:
@@ -18,10 +18,10 @@ import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"html/template"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
"text/template"
|
||||
|
||||
toml "github.com/pelletier/go-toml/v2"
|
||||
"github.com/samber/lo"
|
||||
|
||||
Reference in New Issue
Block a user