mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-25 14:20:18 +00:00
Fixed indentation
Signed-off-by: Matthias Rank <development@m-rank.de>
This commit is contained in:
parent
0add5eb291
commit
2b9898e9ca
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ AddCustomCNAMERecord() {
|
||||||
|
|
||||||
domain="${args[2]}"
|
domain="${args[2]}"
|
||||||
target="${args[3]}"
|
target="${args[3]}"
|
||||||
echo "cname=${domain},${target}" >> "${dnscustomcnamefile}"
|
echo "cname=${domain},${target}" >> "${dnscustomcnamefile}"
|
||||||
|
|
||||||
# Restart dnsmasq to load new custom CNAME records
|
# Restart dnsmasq to load new custom CNAME records
|
||||||
RestartDNS
|
RestartDNS
|
||||||
|
|
Loading…
Reference in a new issue