Skip to content

Commit a9bfa62

Browse files
committed
2026-02-17
1 parent 4b2cc5f commit a9bfa62

8 files changed

Lines changed: 139 additions & 20 deletions

File tree

squid-users/2026-February.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,3 +1526,25 @@ Alex.
15261526
> https://lists.squid-cache.org/listinfo/squid-users
15271527

15281528

1529+
From listy at localities.work Mon Feb 16 19:04:11 2026
1530+
From: listy at localities.work (listy)
1531+
Date: Mon, 16 Feb 2026 20:04:11 +0100
1532+
Subject: [squid-users] dns_nameservers with port?
1533+
Message-ID: <787adaa7-03d3-466a-9dff-8799261101f8@localities.work>
1534+
1535+
Hi guys.
1536+
1537+
Can _dns_nameservers_ take port number?
1538+
with:
1539+
_dns_nameservers 10.9.4.7:5350_
1540+
Squid starts but when I try to use it, Squid logs:
1541+
1542+
...
1543+
WARNING: idnsSendQuery: Can't send query, no DNS nameservers
1544+
known!
1545+
current master transaction: master56
1546+
...
1547+
1548+
What is (not)happening here?
1549+
many thanks, L.
1550+

squid-users/2026-February/027806.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</style>
1414
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
1515
<LINK REL="Previous" HREF="027805.html">
16-
16+
<LINK REL="Next" HREF="027808.html">
1717
</HEAD>
1818
<BODY BGCOLOR="#ffffff">
1919
<H1>[squid-users] dns_nameservers with port?</H1>
@@ -25,7 +25,8 @@ <H1>[squid-users] dns_nameservers with port?</H1>
2525
<P><UL>
2626
<LI>Previous message (by thread): <A HREF="027805.html">[squid-users] dns_nameservers with port?
2727
</A></li>
28-
28+
<LI>Next message (by thread): <A HREF="027808.html">[squid-users] dns_nameservers with port?
29+
</A></li>
2930
<LI> <B>Messages sorted by:</B>
3031
<a href="date.html#27806">[ date ]</a>
3132
<a href="thread.html#27806">[ thread ]</a>
@@ -67,13 +68,15 @@ <H1>[squid-users] dns_nameservers with port?</H1>
6768
</PRE>
6869

6970

71+
7072
<!--endarticle-->
7173
<HR>
7274
<P><UL>
7375
<!--threads-->
7476
<LI>Previous message (by thread): <A HREF="027805.html">[squid-users] dns_nameservers with port?
7577
</A></li>
76-
78+
<LI>Next message (by thread): <A HREF="027808.html">[squid-users] dns_nameservers with port?
79+
</A></li>
7780
<LI> <B>Messages sorted by:</B>
7881
<a href="date.html#27806">[ date ]</a>
7982
<a href="thread.html#27806">[ thread ]</a>
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+
<HTML>
3+
<HEAD>
4+
<TITLE> [squid-users] dns_nameservers with port?
5+
</TITLE>
6+
<LINK REL="Index" HREF="index.html" >
7+
<LINK REL="made" HREF="mailto:squid-users%40lists.squid-cache.org?Subject=Re%3A%20%5Bsquid-users%5D%20dns_nameservers%20with%20port%3F&In-Reply-To=%3C787adaa7-03d3-466a-9dff-8799261101f8%40localities.work%3E">
8+
<META NAME="robots" CONTENT="index,nofollow">
9+
<style type="text/css">
10+
pre {
11+
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
12+
}
13+
</style>
14+
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
15+
<LINK REL="Previous" HREF="027806.html">
16+
17+
</HEAD>
18+
<BODY BGCOLOR="#ffffff">
19+
<H1>[squid-users] dns_nameservers with port?</H1>
20+
<B>listy</B>
21+
<A HREF="mailto:squid-users%40lists.squid-cache.org?Subject=Re%3A%20%5Bsquid-users%5D%20dns_nameservers%20with%20port%3F&In-Reply-To=%3C787adaa7-03d3-466a-9dff-8799261101f8%40localities.work%3E"
22+
TITLE="[squid-users] dns_nameservers with port?">listy at localities.work
23+
</A><BR>
24+
<I>Mon Feb 16 19:04:11 UTC 2026</I>
25+
<P><UL>
26+
<LI>Previous message (by thread): <A HREF="027806.html">[squid-users] dns_nameservers with port?
27+
</A></li>
28+
29+
<LI> <B>Messages sorted by:</B>
30+
<a href="date.html#27808">[ date ]</a>
31+
<a href="thread.html#27808">[ thread ]</a>
32+
<a href="subject.html#27808">[ subject ]</a>
33+
<a href="author.html#27808">[ author ]</a>
34+
</LI>
35+
</UL>
36+
<HR>
37+
<!--beginarticle-->
38+
<PRE>Hi guys.
39+
40+
Can _dns_nameservers_ take port number?
41+
with:
42+
_dns_nameservers 10.9.4.7:5350_
43+
Squid starts but when I try to use it, Squid logs:
44+
45+
...
46+
WARNING: idnsSendQuery: Can't send query, no DNS nameservers
47+
known!
48+
current master transaction: master56
49+
...
50+
51+
What is (not)happening here?
52+
many thanks, L.
53+
</PRE>
54+
55+
<!--endarticle-->
56+
<HR>
57+
<P><UL>
58+
<!--threads-->
59+
<LI>Previous message (by thread): <A HREF="027806.html">[squid-users] dns_nameservers with port?
60+
</A></li>
61+
62+
<LI> <B>Messages sorted by:</B>
63+
<a href="date.html#27808">[ date ]</a>
64+
<a href="thread.html#27808">[ thread ]</a>
65+
<a href="subject.html#27808">[ subject ]</a>
66+
<a href="author.html#27808">[ author ]</a>
67+
</LI>
68+
</UL>
69+
70+
<hr>
71+
<a href="https://lists.squid-cache.org/listinfo/squid-users">More information about the squid-users
72+
mailing list</a><br>
73+
</body></html>

squid-users/2026-February/author.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ <h1>February 2026 Archives by author</h1>
1919
</a></b></li>
2020
</ul>
2121
<p><b>Starting:</b> <i>Tue Feb 3 07:38:38 UTC 2026</i><br>
22-
<b>Ending:</b> <i>Mon Feb 16 01:00:15 UTC 2026</i><br>
23-
<b>Messages:</b> 22<p>
22+
<b>Ending:</b> <i>Mon Feb 16 19:04:11 UTC 2026</i><br>
23+
<b>Messages:</b> 23<p>
2424
<ul>
2525

2626
<LI><A HREF="027786.html">[squid-users] Ubuntu 24.04 LTS repository for Squid 7.4 (rebuilt from sources in Debian)
@@ -131,13 +131,18 @@ <h1>February 2026 Archives by author</h1>
131131
<LI><A HREF="027803.html">[squid-users] dns_nameservers with port?
132132
</A><A NAME="27803">&nbsp;</A>
133133
<I>listy
134+
</I>
135+
136+
<LI><A HREF="027808.html">[squid-users] dns_nameservers with port?
137+
</A><A NAME="27808">&nbsp;</A>
138+
<I>listy
134139
</I>
135140

136141
</ul>
137142
<p>
138143
<a name="end"><b>Last message date:</b></a>
139-
<i>Mon Feb 16 01:00:15 UTC 2026</i><br>
140-
<b>Archived on:</b> <i>Mon Feb 16 01:00:18 UTC 2026</i>
144+
<i>Mon Feb 16 19:04:11 UTC 2026</i><br>
145+
<b>Archived on:</b> <i>Mon Feb 16 19:04:19 UTC 2026</i>
141146
<p>
142147
<ul>
143148
<li> <b>Messages sorted by:</b>

squid-users/2026-February/date.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ <h1>February 2026 Archives by date</h1>
1919
</a></b></li>
2020
</ul>
2121
<p><b>Starting:</b> <i>Tue Feb 3 07:38:38 UTC 2026</i><br>
22-
<b>Ending:</b> <i>Mon Feb 16 01:00:15 UTC 2026</i><br>
23-
<b>Messages:</b> 22<p>
22+
<b>Ending:</b> <i>Mon Feb 16 19:04:11 UTC 2026</i><br>
23+
<b>Messages:</b> 23<p>
2424
<ul>
2525

2626
<LI><A HREF="027786.html">[squid-users] Ubuntu 24.04 LTS repository for Squid 7.4 (rebuilt from sources in Debian)
@@ -131,13 +131,18 @@ <h1>February 2026 Archives by date</h1>
131131
<LI><A HREF="027807.html">[squid-users] Performance issue -- serving from cache
132132
</A><A NAME="27807">&nbsp;</A>
133133
<I>Alex Rousskov
134+
</I>
135+
136+
<LI><A HREF="027808.html">[squid-users] dns_nameservers with port?
137+
</A><A NAME="27808">&nbsp;</A>
138+
<I>listy
134139
</I>
135140

136141
</ul>
137142
<p>
138143
<a name="end"><b>Last message date:</b></a>
139-
<i>Mon Feb 16 01:00:15 UTC 2026</i><br>
140-
<b>Archived on:</b> <i>Mon Feb 16 01:00:18 UTC 2026</i>
144+
<i>Mon Feb 16 19:04:11 UTC 2026</i><br>
145+
<b>Archived on:</b> <i>Mon Feb 16 19:04:19 UTC 2026</i>
141146
<p>
142147
<ul>
143148
<li> <b>Messages sorted by:</b>

squid-users/2026-February/subject.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ <h1>February 2026 Archives by subject</h1>
1919
</a></b></li>
2020
</ul>
2121
<p><b>Starting:</b> <i>Tue Feb 3 07:38:38 UTC 2026</i><br>
22-
<b>Ending:</b> <i>Mon Feb 16 01:00:15 UTC 2026</i><br>
23-
<b>Messages:</b> 22<p>
22+
<b>Ending:</b> <i>Mon Feb 16 19:04:11 UTC 2026</i><br>
23+
<b>Messages:</b> 23<p>
2424
<ul>
2525

2626
<LI><A HREF="027802.html">[squid-users] dns_nameservers with port?
@@ -43,6 +43,11 @@ <h1>February 2026 Archives by subject</h1>
4343
<I>Amos Jeffries
4444
</I>
4545

46+
<LI><A HREF="027808.html">[squid-users] dns_nameservers with port?
47+
</A><A NAME="27808">&nbsp;</A>
48+
<I>listy
49+
</I>
50+
4651
<LI><A HREF="027795.html">[squid-users] EV check script for domains
4752
</A><A NAME="27795">&nbsp;</A>
4853
<I>NgTech LTD
@@ -136,8 +141,8 @@ <h1>February 2026 Archives by subject</h1>
136141
</ul>
137142
<p>
138143
<a name="end"><b>Last message date:</b></a>
139-
<i>Mon Feb 16 01:00:15 UTC 2026</i><br>
140-
<b>Archived on:</b> <i>Mon Feb 16 01:00:18 UTC 2026</i>
144+
<i>Mon Feb 16 19:04:11 UTC 2026</i><br>
145+
<b>Archived on:</b> <i>Mon Feb 16 19:04:19 UTC 2026</i>
141146
<p>
142147
<ul>
143148
<li> <b>Messages sorted by:</b>

squid-users/2026-February/thread.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ <h1>February 2026 Archives by thread</h1>
1919
</a></b></li>
2020
</ul>
2121
<p><b>Starting:</b> <i>Tue Feb 3 07:38:38 UTC 2026</i><br>
22-
<b>Ending:</b> <i>Mon Feb 16 01:00:15 UTC 2026</i><br>
23-
<b>Messages:</b> 22<p>
22+
<b>Ending:</b> <i>Mon Feb 16 19:04:11 UTC 2026</i><br>
23+
<b>Messages:</b> 23<p>
2424
<ul>
2525

2626
<!--0 01770104318.27786- -->
@@ -180,12 +180,18 @@ <h1>February 2026 Archives by thread</h1>
180180
<I>Amos Jeffries
181181
</I>
182182

183+
<!--1 01771167907.27802-01771268651.27808- -->
184+
<LI><A HREF="027808.html">[squid-users] dns_nameservers with port?
185+
</A><A NAME="27808">&nbsp;</A>
186+
<I>listy
187+
</I>
188+
183189
</UL>
184190
</ul>
185191
<p>
186192
<a name="end"><b>Last message date:</b></a>
187-
<i>Mon Feb 16 01:00:15 UTC 2026</i><br>
188-
<b>Archived on:</b> <i>Mon Feb 16 01:00:18 UTC 2026</i>
193+
<i>Mon Feb 16 19:04:11 UTC 2026</i><br>
194+
<b>Archived on:</b> <i>Mon Feb 16 19:04:19 UTC 2026</i>
189195
<p>
190196
<ul>
191197
<li> <b>Messages sorted by:</b>

squid-users/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>The squid-users Archives </h1>
2525
<A href="2026-February/author.html">[ Author ]</a>
2626
<A href="2026-February/date.html">[ Date ]</a>
2727
</td>
28-
<td><A href="2026-February.txt.gz">[ Gzip'd Text 8 KB ]</a></td>
28+
<td><A href="2026-February.txt.gz">[ Gzip'd Text 11 KB ]</a></td>
2929
</tr>
3030

3131

0 commit comments

Comments
 (0)