Cleaned up code smell

This commit is contained in:
Timothy Miller 2022-07-31 03:32:05 -04:00
parent 6933cbe27f
commit f0357c71c1

View File

@ -111,7 +111,7 @@ def commitRecord(ip):
proxied = subdomain["proxied"]
except:
name = subdomain
proxied = config["proxied"]
proxied = option["proxied"]
fqdn = base_domain_name
# Check if name provided is a reference to the root domain
if name != '' and name != '*' and name != '@':