We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Good day,
i would like to use Zone-Transfer and this docker-instance as primary dyndns zone, is that possible or could you implement it?
Would be neat that you could simply add a zone-transfer option with a list of allowed server ips over the GUI ;).
Following planed setup: Plesk as secondary dns server for the subdomain, your docker instance as primary with zone-transfer.
Thanks a lot.
Best Regards
The text was updated successfully, but these errors were encountered:
Had a look into the code, probably you could implement that into your code already, if i didn't do a mistake:
./deployment/setup.sh:[ -z "$DDNS_TRANSFER" ] && echo "DDNS_TRANSFER not set" && exit 1; ./deployment/setup.sh: allow-transfer { ${DDNS_TRANSFER}; }; ./deployment/envfile:DDNS_TRANSFER=none ./deployment/docker-compose.yml: DDNS_TRANSFER: 'none'
docker run ..... Env-Option: -e DDNS_TRANSFER=8.8.8.8 \
Then it is already possible to use it when you deploy the container. ;)
Sorry, something went wrong.
Was easier than i thought:
#37
i just verified. my secondary server updates its records and can transfer the zone, with a delay.
No branches or pull requests
Good day,
i would like to use Zone-Transfer and this docker-instance as primary dyndns zone, is that possible or could you implement it?
Would be neat that you could simply add a zone-transfer option with a list of allowed server ips over the GUI ;).
Following planed setup: Plesk as secondary dns server for the subdomain, your docker instance as primary with zone-transfer.
Thanks a lot.
Best Regards
The text was updated successfully, but these errors were encountered: