https://github.com/veltys/odpu
OVH DNS PowerShell Updater
https://github.com/veltys/odpu
powershell powershell-script
Last synced: 4 months ago
JSON representation
OVH DNS PowerShell Updater
- Host: GitHub
- URL: https://github.com/veltys/odpu
- Owner: Veltys
- License: gpl-3.0
- Created: 2022-12-14T20:28:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T01:23:17.000Z (about 3 years ago)
- Last Synced: 2025-02-25T20:37:25.659Z (12 months ago)
- Topics: powershell, powershell-script
- Language: PowerShell
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OVH DNS PowerShell Updater
[](https://www.codacy.com/gh/Veltys/ODPU/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Veltys/ODPU&utm_campaign=Badge_Grade)
Script to update dynamic DNS services provided by OVH
## Description
Script that can be used to automatically update the dynamic DNS services provided by OVH, ensuring a domain name always points to the right IP address even if it changes over time
## Systems
- **generator.ps1**: Batch generator of custom DDNS updaters
- **updater.ps1**: Dynamic DNS updater system
## Version history
### ➡ 1.1.1 - 2022-12-17
#### Fixed
- Improved code quality
### ➡ 1.1.0 - 2022-12-15
#### Added
- Batch generator system
### ➡ 1.0.0 - 2022-12-15
- Initial version, with all required features implemented