powerdns-admin/powerdnsadmin/models
Enrico Tröger 68843d9664 Add new setting to verify outgoing SSL connections
The new setting 'verify_ssl_connections' tells the requests library to
verify secured outgoing HTTP connections.
Usually verifying is desired and helps to reveal configuration
problems. It also disables an ugly warning when HTTPS connections
are made without verification.
2020-01-25 19:44:11 +01:00
..
__init__.py Update README and LGTM fixes 2019-12-08 18:23:36 +07:00
account_user.py Refactoring the code 2019-12-02 10:32:03 +07:00
account.py Refactoring the code 2019-12-02 10:32:03 +07:00
api_key.py Refactoring the code 2019-12-02 10:32:03 +07:00
base.py Refactoring the code 2019-12-02 10:32:03 +07:00
domain_setting.py Refactoring the code 2019-12-02 10:32:03 +07:00
domain_template_record.py Add record comment 2019-12-09 17:50:48 +07:00
domain_template.py Refactoring the code 2019-12-02 10:32:03 +07:00
domain_user.py Refactoring the code 2019-12-02 10:32:03 +07:00
domain.py Add new setting to verify outgoing SSL connections 2020-01-25 19:44:11 +01:00
history.py Refactoring the code 2019-12-02 10:32:03 +07:00
record_entry.py Add record comment 2019-12-09 17:50:48 +07:00
record.py Add new setting to verify outgoing SSL connections 2020-01-25 19:44:11 +01:00
role.py Refactoring the code 2019-12-02 10:32:03 +07:00
server.py Add new setting to verify outgoing SSL connections 2020-01-25 19:44:11 +01:00
setting.py Add new setting to verify outgoing SSL connections 2020-01-25 19:44:11 +01:00
user.py Fix missing import 2020-01-03 10:03:20 +07:00