mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
This commit is contained in:
@@ -89,6 +89,7 @@ class DynDNS2(BaseAccount):
|
||||
'params': {
|
||||
'hostname': self.settings.get('hostnames'),
|
||||
'myip': self.current_address,
|
||||
'system': 'dyndns',
|
||||
'wildcard': 'ON' if self.settings.get('wildcard', False) else 'NOCHG'
|
||||
},
|
||||
'auth': HTTPBasicAuth(self.settings.get('username'), self.settings.get('password')),
|
||||
|
||||
Reference in New Issue
Block a user