mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-06 20:47:35 +02:00
bug fix: dns config reset
This commit is contained in:
@@ -722,7 +722,7 @@ clamav {
|
||||
|
||||
for line in lines:
|
||||
if line.find('inet:127.0.0.1:8891') > -1:
|
||||
cLine = line
|
||||
cLine = line.rstrip('\n')
|
||||
content = f'{cLine}, inet:127.0.0.1:11332\n'
|
||||
WriteToFile.write('### Please do not edit this line, editing this line could break configurations\n')
|
||||
WriteToFile.write(content)
|
||||
|
||||
Reference in New Issue
Block a user