Skip to content
New issue

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

Adding DNS Resolver module #76

Merged
merged 3 commits into from
Jan 3, 2024
Merged

Adding DNS Resolver module #76

merged 3 commits into from
Jan 3, 2024

Conversation

danhuss
Copy link
Contributor

@danhuss danhuss commented Jul 17, 2023

I pulled the majority of this from a fork by @chris-cyliu . The biggest changes from there were:

  • Documentation...
  • Renamed module to pfsense_dns_resolver in case a separate DNS Forwarder module comes in later.
  • Added a bunch more settings that I had in my config file.

I ran into some issues setting up a test VM (not the greatest with networking), so it could probably use a little more. I also missed some settings when I compared them to the GUI, but have them noted in the code. Any feedback or suggestions are very welcome.

related to: #17

plugins/modules/pfsense_dns_resolver.py Outdated Show resolved Hide resolved
plugins/modules/pfsense_dns_resolver.py Outdated Show resolved Hide resolved
plugins/modules/pfsense_dns_resolver.py Outdated Show resolved Hide resolved
plugins/modules/pfsense_dns_resolver.py Outdated Show resolved Hide resolved
@opoplawski
Copy link
Contributor

Thank you for the submission!

@opoplawski opoplawski added the enhancement New feature or request label Dec 23, 2023
@opoplawski opoplawski added this to the 0.6.0 milestone Dec 23, 2023
Copy link
Contributor

@opoplawski opoplawski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think just these last changes and we should be good. Thanks again for working on this.

plugins/modules/pfsense_dns_resolver.py Outdated Show resolved Hide resolved
plugins/modules/pfsense_dns_resolver.py Outdated Show resolved Hide resolved
plugins/modules/pfsense_dns_resolver.py Outdated Show resolved Hide resolved
@opoplawski opoplawski force-pushed the master branch 2 times, most recently from ebb5dbc to 9ebb4c3 Compare January 3, 2024 04:00
@opoplawski opoplawski merged commit a192336 into pfsensible:master Jan 3, 2024
3 checks passed
@opoplawski
Copy link
Contributor

Thank you for the contribution!

@opoplawski
Copy link
Contributor

BTW - in the future, please use a separate branch instead of master to submit PRs from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants