Skip to content

Commit

Permalink
Merge pull request #85 from Iam54r1n4/tls-trick
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
hiddify-com authored Jan 12, 2024
2 parents 0a5fdcf + 0216f07 commit 8023dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiddifypanel/panel/init_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def _v20():
if direct_domain:
direct_host = direct_domain.domain
else:
direct_host = hutils.ip.get_ip(hutils.AF_INET)
direct_host = hutils.ip.get_ip(4)

for fd in fake_domains:
if not Domain.query.filter(Domain.domain == fd).first():
Expand Down

0 comments on commit 8023dde

Please sign in to comment.