default_server Property

The default server from which to retrieve registrar information.

Syntax

def get_default_server() -> str: ...
def set_default_server(value: str) -> None: ...

default_server = property(get_default_server, set_default_server)

Default Value

"whois.internic.net"

Remarks

If server is empty, then the class will attempt to connect to default_server and determine the WHOIS server of the registrar of the domain. The server property will then be set to the name of the WHOIS server of the registrar, and a WHOIS request will be issued against that server.

The default value for default_server is "whois.internic.net".

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]