mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
Specification for .http.ports file
This commit is contained in:
parent
8535def3b2
commit
061e7d026a
13
Spec/http-ports.txt
Normal file
13
Spec/http-ports.txt
Normal file
@ -0,0 +1,13 @@
|
||||
.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 = ("secure" / "insecure")
|
||||
; whether the port is bound only on loopback or on all interfaces
|
||||
loopback-val = ("loopback" / "public")
|
Loading…
Reference in New Issue
Block a user