Skip to content

Commit

Permalink
add cfddns detection modes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Feb 25, 2024
1 parent e0c16c2 commit b51640f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotio/cloudflareddns.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Network>bridge</Network>
<Config Name="Host Path for /config" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="INTERVAL" Target="INTERVAL" Default="300" Mode="" Description="Container Variable: INTERVAL" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="DETECTION_MODE" Target="DETECTION_MODE" Default="dig-whoami.cloudflare|dig-google.com|dig-opendns.com|curl-icanhazip.com|curl-wtfismyip.com|curl-showmyip.ca|curl-da.gd|curl-seeip.org|curl-ifconfig.co" Mode="" Description="Container Variable: DETECTION_MODE" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="DETECTION_MODE" Target="DETECTION_MODE" Default="dig-whoami.cloudflare|dig-google.com|dig-opendns.com|curl-icanhazip.com|curl-wtfismyip.com|curl-showmyip.ca|curl-da.gd|curl-seeip.org|curl-ifconfig.co|curl-ipw.cn|local" Mode="" Description="Container Variable: DETECTION_MODE" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="LOG_LEVEL" Target="LOG_LEVEL" Default="3|2|1|0" Mode="" Description="Container Variable: LOG_LEVEL&amp;lt;br&amp;gt;3 - Debug logging&amp;lt;br&amp;gt;2 - Verbose logging&amp;lt;br&amp;gt;1 - Normal logging&amp;lt;br&amp;gt;0 - No logging" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="APPRISE" Target="APPRISE" Default="" Mode="" Description="Container Variable: APPRISE&amp;lt;br&amp;gt;Send notifications with Apprise." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="CF_USER" Target="CF_USER" Default="" Mode="" Description="Container Variable: CF_USER&amp;lt;br&amp;gt;Leave blank if you use CF_APITOKEN." Type="Variable" Display="always" Required="false" Mask="false"/>
Expand Down

0 comments on commit b51640f

Please sign in to comment.