Score:1

How to allow squid user to use only certain ports that are bound to ip

ye flag

In my squid configuration, I map each ip to a specific port.

acl port_3000_acl myport 3000
acl port_3001_acl myport 3001

http_port 3000
http_port 3001

tcp_outgoing_address 185.166.196.238 port_3000_acl
tcp_outgoing_address 218.151.231.148 port_3001_acl

The problem is that each user can use any port. I considered the solution to run a separate instance of squid for each user, but it seemed to me that this was a very non-scalable solution. How can I allow the user to use only specific ports? Thanks

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.