Skip to content
View Ardumine's full-sized avatar

Highlights

  • Pro

Block or report Ardumine

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ardumine/README.md

Hortênsia dev

So much to say, yet can say nothing.

Pinned Loading

  1. Python DNS server to redirect all th... Python DNS server to redirect all the requests to a IP
    1
    import socket
    2
    
                  
    3
    #From https://stackoverflow.com/questions/41723507/create-a-dns-server-and-redirect-all-request-to-my-site
    4
    #Translated and made it work with newer python
    5