refactor: Rename project from dns-helper to ekdns across all files and documentation
This commit is contained in:
+2
-2
@@ -17,13 +17,13 @@ func ParseManagedBlock(lines []string) (prefix, managed, postfix []string, hasMa
|
||||
endCount := 0
|
||||
|
||||
for i, line := range lines {
|
||||
if strings.Contains(line, "DNSHelper <<-> START CONFIG") {
|
||||
if strings.Contains(line, "ekDNSHelper <<-> START CONFIG") {
|
||||
startCount++
|
||||
if startIdx == -1 {
|
||||
startIdx = i
|
||||
}
|
||||
}
|
||||
if strings.Contains(line, "DNSHelper <->> END CONFIG") {
|
||||
if strings.Contains(line, "ekDNSHelper <->> END CONFIG") {
|
||||
endCount++
|
||||
if endIdx == -1 {
|
||||
endIdx = i
|
||||
|
||||
Reference in New Issue
Block a user