summaryrefslogtreecommitdiff
path: root/htroot/IndexFederated_p.html
diff options
context:
space:
mode:
authorpr0vieh <pr0vieh@gmail.com>2026-01-21 23:46:43 +0100
committerpr0vieh <pr0vieh@gmail.com>2026-01-21 23:46:43 +0100
commit2744918f9fa10885d01fe801f5d4c88da372ef94 (patch)
tree79120dfb32d93c9f3a6b2b5bd9a118d2a2dca1c4 /htroot/IndexFederated_p.html
parentfa61beff3550850253055393b89aa18d4c5f705d (diff)
Add DNS/network errors (-1) to permanent error status codes
- DNS errors (NXDOMAIN, SERVFAIL, UnknownHostException) now treated as permanent failures - Updated default permanentStatus from '404,410' to '404,410,-1' - Added documentation explaining -1 status code represents DNS/network failures - Updated UI description in IndexFederated_p.html to reflect DNS error handling - Affects both transferURL and transferRWI DHT operations
Diffstat (limited to 'htroot/IndexFederated_p.html')
-rw-r--r--htroot/IndexFederated_p.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/IndexFederated_p.html b/htroot/IndexFederated_p.html
index 652899a48..c50c95137 100644
--- a/htroot/IndexFederated_p.html
+++ b/htroot/IndexFederated_p.html
@@ -125,7 +125,7 @@
<dd><input type="text" name="indexReceiveBlockErrors.retryAfterDays" value="#[indexReceiveBlockErrors.retryAfterDays]#" size="4" /> for temporary errors; permanent errors stay blocked.</dd>
<dt class="TableCellDark">Permanent error statuses</dt>
- <dd><input type="text" name="indexReceiveBlockErrors.permanentStatus" value="#[indexReceiveBlockErrors.permanentStatus]#" size="12" /> comma-separated (default: 404,410)</dd>
+ <dd><input type="text" name="indexReceiveBlockErrors.permanentStatus" value="#[indexReceiveBlockErrors.permanentStatus]#" size="15" /> comma-separated (default: 404,410,-1; -1=DNS/network errors)</dd>
<dt><input type="submit" name="setrwi" class="btn btn-primary" value="Set" /></dt><dd></dd>
</dl>