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

Add Missing Dynamic DNS Client Settings in OPNsense Role #95

Closed
fnateghi opened this issue Sep 2, 2024 · 2 comments
Closed

Add Missing Dynamic DNS Client Settings in OPNsense Role #95

fnateghi opened this issue Sep 2, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@fnateghi
Copy link
Contributor

fnateghi commented Sep 2, 2024

Issue Description

The OPNsense role currently lacks the necessary configuration for the Dynamic DNS client (os-ddclient). Additionally, the mainstream tasks for managing DDNS configurations (edit, delete, and save) need updates to handle these configurations properly.

Proposed Configuration

Dynamic DNS Configuration The following XML configuration needs to be added for the os-ddclient plugin. This will ensure the plugin can be configured and used effectively.

<DynDNS version="1.5.1">
      <general>
        <enabled>1</enabled>
        <verbose>0</verbose>
        <allowipv6>0</allowipv6>
        <daemon_delay>300</daemon_delay>
        <backend>opnsense</backend>
      </general>
      <accounts>
        <account uuid="8e4627c4-21ff-4252-a331-3d1adee0a023">
          <enabled>1</enabled>
          <service>noip</service>
          <protocol/>
          <server/>
          <username></username>
          <password></password>
          <resourceId/>
          <hostnames>all.ddnskey.com</hostnames>
          <wildcard>0</wildcard>
          <zone/>
          <checkip>web_noip-ipv4</checkip>
          <checkip_timeout>10</checkip_timeout>
          <force_ssl>1</force_ssl>
          <ttl>300</ttl>
          <interface>wan</interface>
          <description>dyndns</description>
        </account>
      </accounts>
    </DynDNS>
@fnateghi fnateghi self-assigned this Sep 2, 2024
@fnateghi fnateghi added the enhancement New feature or request label Sep 2, 2024
@zerwes
Copy link
Collaborator

zerwes commented Sep 11, 2024

@zerwes
Copy link
Collaborator

zerwes commented Sep 13, 2024

closed w/ #97

@zerwes zerwes closed this as completed Sep 13, 2024
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

No branches or pull requests

2 participants