gr703_trale 2 năm trước cách đây
mục cha
commit
8794756378
2 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 1 1
      .gitignore
  2. 4 0
      ifcfg.py

+ 1 - 1
.gitignore

@@ -1,3 +1,3 @@
 .idea
-
+venv
 

+ 4 - 0
ifcfg.py

@@ -0,0 +1,4 @@
+import dns.resolver
+dns_resolver = dns.resolver.Resolver()
+dns_resolver.nameservers[0]
+print(dns_resolver.nameservers)