mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-13 18:32:34 +02: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') |