module documentation
Authoritative resolvers.
Class |
|
An Authority that loads BIND zone files. |
Class |
|
An Authority that is loaded from a file. |
Class |
|
A FileAuthority that is built up from Python source code. |
Function | get |
Return a monotonically increasing (across program runs) integer. |
Return a monotonically increasing (across program runs) integer.
State is stored in the given file. If it does not exist, it is created with rw-/---/--- permissions.
This manipulates process-global state by calling os.umask(), so it isn't thread-safe.
Parameters | |
filename:str | Path to a file that is used to store the state across program runs. |
Returns | |
str | a monotonically increasing number |