remove emoji overflow

This commit is contained in:
OCram85 2023-07-12 16:18:09 +02:00
parent ca3b083767
commit fac068fe70

View File

@ -13,18 +13,18 @@
</p> </p>
<p align="center"> <p align="center">
Swarmproxy is a simple http proxy to limit your outbound traffic. 🦁 Swarmproxy is a simple http proxy to limit your outbound traffic.
</p> </p>
## 🦁 FAQ ## FAQ
### What ist 🦁 Swarmproxy? ### What ist Swarmproxy?
Swarmproxy is a simply way to integrate a http proxy in your Docker swarm cluster or any other container network. Swarmproxy is a simply way to integrate a http proxy in your Docker swarm cluster or any other container network.
It acts as an centralized proxy to limit your outbound / egress traffic. You can also enable a whitelist filter to It acts as an centralized proxy to limit your outbound / egress traffic. You can also enable a whitelist filter to
limit the allowed domains. There is also an option to use a upstream proxy. limit the allowed domains. There is also an option to use a upstream proxy.
### What does 🦁 Swarmproxy for you? ### What does Swarmproxy for you?
Enterprise and production environments often face more stringent security requirements. Enterprise and production environments often face more stringent security requirements.
Therefore, unfiltered Internet access may be prohibited. Therefore, unfiltered Internet access may be prohibited.
@ -35,7 +35,7 @@ So Swarmproxy could help you with these features:
- Optional upstream proxy with or without authentication - Optional upstream proxy with or without authentication
- Optional domain based whitelist filter. - Optional domain based whitelist filter.
### What does 🦁 Swarmproxy not? ### What does Swarmproxy not?
Swarmproxy is just a supercharged Tinyproxy where you can point your container workload to. Swarmproxy is just a supercharged Tinyproxy where you can point your container workload to.