dnserver icon indicating copy to clipboard operation
dnserver copied to clipboard

Update for python 3.12 and wildcard entries

Open boffman opened this issue 9 months ago • 0 comments

Added support for local "wildcard entries" like below, because I needed it :-) Here is a PR if you like it.

[[zones]]
host = '*.whenever.com'
type = 'SRV'
answer = [0, 1, 80, '1.3.3.7']

[[zones]]
host = '*.whenever.com'
type = 'A'
answer = '2.4.6.8'

boffman avatar May 03 '25 14:05 boffman