mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-13 16:56:09 +01:00
DNS Records improvements while creating Websites/Child domains.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import tldextract
|
||||
|
||||
ext = tldextract.extract('http://forums.bbc.co.uk')
|
||||
|
||||
print ext.subdomain
|
||||
print ext.domain
|
||||
print ext.suffix
|
||||
Reference in New Issue
Block a user