mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-11 07:46:10 +01:00
6 lines
136 B
Python
6 lines
136 B
Python
import shlex
|
|
import subprocess
|
|
import socket
|
|
|
|
print socket.gethostbyname('umerjave.com')
|
|
print socket.gethostbyname('test.umerjave.com') |