Follow me
Categories
- Linux Desktop (5)
- Programming (23)
- Security (4)
- System Administration (38)
- Database (1)
- Email (4)
- Virtualization (2)
- VPN (2)
- Web (6)
- WEB Application (7)
Tag Archives: udp_incoming_address
why squid listen on high udp port number
When starting squid with the default configuration (compiled from source), you may notice that the squid process listens not only on TCP port 3128, but also a high UDP port. netstat -tlunp | grep squid tcp 0 0 :::3128 :::* … Continue reading