Merge pull request #65 from Squidly271/patch-4

Add privacy as category
This commit is contained in:
A75G 2022-03-10 23:36:56 +03:00 committed by GitHub
commit 556ca63e31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,10 +9,10 @@
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support> <Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://github.com/avpnusr/torprivoxy</Project> <Project>https://github.com/avpnusr/torprivoxy</Project>
<Overview>Small TOR and Privoxy container with just 8 MB</Overview> <Overview>Small TOR and Privoxy container with just 8 MB</Overview>
<Category>Network:Proxy</Category> <Category>Network:Proxy Network:Privacy</Category>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/torprivoxy.xml</TemplateURL> <TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/torprivoxy.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/torprivoxy.png</Icon> <Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/torprivoxy.png</Icon>
<Description>Small TOR and Privoxy container with just 8 MB</Description> <Description>Small TOR and Privoxy container with just 8 MB</Description>
<Config Name="HTTP Proxy" Target="8118" Default="8118" Mode="tcp" Description="HTTP Proxy" Type="Port" Display="always" Required="false" Mask="false">8118</Config> <Config Name="HTTP Proxy" Target="8118" Default="8118" Mode="tcp" Description="HTTP Proxy" Type="Port" Display="always" Required="false" Mask="false">8118</Config>
<Config Name="SOCKS5 proxy" Target="9050" Default="9050" Mode="tcp" Description="SOCKS5 proxy" Type="Port" Display="always" Required="false" Mask="false">9050</Config> <Config Name="SOCKS5 proxy" Target="9050" Default="9050" Mode="tcp" Description="SOCKS5 proxy" Type="Port" Display="always" Required="false" Mask="false">9050</Config>
</Container> </Container>