mirror of
https://codeberg.org/privacy1st/netcup-dns
synced 2024-12-22 23:36:04 +01:00
v0.2.2
This commit is contained in:
parent
bb75350478
commit
d36d1bea61
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
name = netcup-dns
|
name = netcup-dns
|
||||||
version = 0.2.1
|
version = 0.2.2
|
||||||
author = Daniel Langbein
|
author = Daniel Langbein
|
||||||
author_email = daniel@systemli.org
|
author_email = daniel@systemli.org
|
||||||
description = Update DNS records with your current external IP address using the netcup DNS API.
|
description = Update DNS records with your current external IP address using the netcup DNS API.
|
||||||
|
@ -13,7 +13,7 @@ from nc_dnsapi import Client, DNSRecord
|
|||||||
from netcup_dns.exception import UnknownIPException, MultipleRecordsException
|
from netcup_dns.exception import UnknownIPException, MultipleRecordsException
|
||||||
from netcup_dns.record_dst_cache import RecordDestinationCache
|
from netcup_dns.record_dst_cache import RecordDestinationCache
|
||||||
|
|
||||||
from src.netcup_dns.print_util import print_info, print_err
|
from netcup_dns.print_util import print_info, print_err
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
Reference in New Issue
Block a user