Add ts-dnsserver

This commit is contained in:
Roxedus
2020-02-04 20:22:47 +01:00
parent a757cc1c6f
commit bae202cc4e
2 changed files with 25 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

View File

@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<Container version="2">
<Name>ts-dnsserver</Name>
<Repository>roxedus/ts-dnsserver</Repository>
<BaseImage>roxedus/base-alpine:latest</BaseImage>
<Registry>https://hub.docker.com/r/roxedus/ts-dnsserver/</Registry>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/88194-support-roxedus-ts-dnsserver/</Support>
<Project>https://github.com/TechnitiumSoftware/DnsServer</Project>
<Overview>Technitium DNS Server is an open source tool that can be used for self hosting a local DNS server for privacy and security or, used for experimentation/testing by software developers on their computer. It works out-of-the-box with no or minimal configuration and provides a user friendly web console accessible using any web browser.</Overview>
<Category>Network:DNS Status:Beta</Category>
<WebUI>http://[IP]:[PORT:5380]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/ts-dnsserver.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/Technitium.png</Icon>
<Date>2020-01-04</Date>
<DonateText>Buy me a Cola!</DonateText>
<DonateLink>https://paypal.me/Roxedus</DonateLink>
<Description>Technitium DNS Server is an open source tool that can be used for self hosting a local DNS server for privacy and security or, used for experimentation/testing by software developers on their computer. It works out-of-the-box with no or minimal configuration and provides a user friendly web console accessible using any web browser.</Description>
<Config Name="App data" Target="/config" Default="/mnt/user/appdata/ts-dnsserver" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/ts-dnsserver</Config>
<Config Name="Web UI" Target="5380" Default="5380" Mode="tcp" Description="Container Port: " Type="Port" Display="always" Required="false" Mask="false">5380</Config>
<Config Name="DNS Port" Target="53" Default="53" Mode="udp" Description="Container Port: 53" Type="Port" Display="always" Required="false" Mask="false">53</Config>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID 99" Type="Variable" Display="advanced-hide" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced-hide" Required="false" Mask="false">100</Config>
</Container>