Tue 27 Aug 00:14:56 CEST 2024
This commit is contained in:
parent
c38fe8d7a2
commit
f2464e6e16
10
test/test-amp-h1a.js
Normal file
10
test/test-amp-h1a.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
var sport = Port.ofString('12:34:56:78')
|
||||
config({
|
||||
log:{
|
||||
time:true
|
||||
}
|
||||
})
|
||||
port(DIR.IP('http://localhost:4567'))
|
||||
port(DIR.IP('http://localhost:5567?secure=12:34:56:78:00:00'))
|
||||
port(DIR.IP('http://localhost:6567'),{secure:sport})
|
||||
start()
|
Loading…
Reference in New Issue
Block a user