docs: remove http-ports.txt

The format was incorrect (assumed-secure ports are marked "secure"),
the file format is obvious from inspection, and anyway this sort of
thing should be gotten out of the control plane going forward.
This commit is contained in:
Jōshin 2022-03-04 17:41:00 -06:00
parent df25781c37
commit 23549cecd6
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0

View File

@ -1,13 +0,0 @@
.http.ports ABNF Format Specifiation
Version 0.1, 12 December 2016
http-ports-file = *(http-ports-line LF)
http-ports-line = port-num SP secure-val SP loopback-val
; number of a port being listened on
port-num = *DIGIT
; whether the http subsystem has the port marked as "secure"
secure-val = ("assumed-secure" / "insecure")
; whether the port is bound only on loopback or on all interfaces
loopback-val = ("loopback" / "public")