Slight unrelated and unimportant edits
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import requests, schedule, time, os
|
||||
# from bs4 import BeautifulSoup
|
||||
from whatDomain import *
|
||||
# from whatDomain import *
|
||||
import whatDomain
|
||||
|
||||
EXTRAURL = []
|
||||
|
||||
@@ -90,7 +91,7 @@ def LeJob():
|
||||
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
LeJob()
|
||||
|
||||
print("Done")
|
||||
@@ -10,7 +10,7 @@ EXTRASURL = ["https://download.docker.com/linux/debian/",
|
||||
"http://download.proxmox.com/debian/",
|
||||
"https://enterprise.proxmox.com/debian/pve/",
|
||||
# That's for nvidia docker toolkit something something
|
||||
# stuff that makes containers use nvenc and shit
|
||||
# stuff that makes containers use nvenc
|
||||
"https://nvidia.github.io/libnvidia-container/stable/deb/",
|
||||
"https://nvidia.github.io/libnvidia-container/experimental/deb/"]
|
||||
|
||||
|
||||
@@ -124,6 +124,8 @@ def ermWhatPTRTheIpFromDomainYaCrazy(inpIpAddressOrSomething: Annotated[str, "IP
|
||||
return outDict
|
||||
|
||||
|
||||
#print(ermWhatATheIpFromDomainYaCrazy("fubukus.net"))
|
||||
#print(ermWhatAAAATheIpFromDomainYaCrazy("fubukus.net"))
|
||||
#print(ermWhatPTRTheIpFromDomainYaCrazy("192.168.1.226"))
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(ermWhatATheIpFromDomainYaCrazy("fubukus.net"))
|
||||
print(ermWhatAAAATheIpFromDomainYaCrazy("fubukus.net"))
|
||||
print(ermWhatPTRTheIpFromDomainYaCrazy("192.168.1.226"))
|
||||
|
||||
Reference in New Issue
Block a user