🐛修复模板渲染bug
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
coward
2024-08-20 14:24:13 +08:00
parent af76eda4bc
commit 941b8da804
3 changed files with 18 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
[Interface]
Address = {{ .Server.Address|html }}
Address = {{ sliceToStr .Server.Address |html }}
ListenPort = {{ .Server.ListenPort|html }}
PrivateKey = {{ .Server.PrivateKey|html }}
MTU = {{ .Server.MTU|html }}