[Help] Non Shaping the local web server linked to the public

Hi all ,
I have a web server linked to the public interface with a switch , I want to make this web server
Unlimited when some one download or upload ,
I use a hotspot , I tried to do mangle connection mark and make a queue with that mark , but it
didn’t work , The queue rule I made was on top of all dynamic queues .
can anyone help please .
it is some thing like this:

You have to mark connection, use the connection mark to mark packets and then use the packet mark in queue.

Paste your mangle rules and queue here for us to see.

I did that , but I think I missed something , can you explain more
Like in the mangle connection mark , it should be rerouting or what , and the ip of the web server it is a src add or what , if you will make it a script please .
thanks for response

Chain = prerouting
dst-address = 192.168.15.15

Thanks so much , I’ll try that :wink:

i am not MT expert anyway try to use this

chain=prerouting action=mark-packet new-packet-mark=Web passthrough=no dst-address=172.16.15.15
name=“web” parent=global-out packet-mark=WEB limit-at=0 queue=default priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s

A simple queue with destination address of the server should do the trick.
Place it before any other queues.

I tried this , but the queue doesn’t count any traffic !