<div dir="ltr">Right now I have a config file that enables Squid to have an incoming connection based on an IPv4 address and based on the connection port a IPv6 address is used. Below is the relevant part of the config file.<div><br></div><div><br></div><div><div>## designate acl based on inbound connection name</div><div>acl user1 myportname 3100</div><div>acl user2 myportname 3101</div><div>acl user3 myportname 3102</div><div><br></div><div>## define outgoing IPv6 per user</div><div>tcp_outgoing_address 2001:19f0:9014:073e:0000:0000:0000:0000 user1</div><div>tcp_outgoing_address 2001:19f0:9014:073e:0000:0000:0000:0001 user2</div><div>tcp_outgoing_address 2001:19f0:9014:073e:0000:0000:0000:0002 user3</div><div><br></div></div><div><br></div><div><br></div><div>I want to add thousands of IPs like this and it would take too much time and it would be error prone. Is there any better way of achieving this? By giving ranges maybe?</div></div>