apinto
apinto copied to clipboard
apinto config.yml support listen range ip port
trafficstars
Description
Now:
listen: # node listen port
- 8099
admin: # openAPI request info
scheme: http # listen scheme
listen: 9400 # listen port
ip: 0.0.0.0 # listen ip
just a case:
listen: # node listen port
- 8099
- 2000-3000,3001,3003,4000-50000
more idea:
only allow bind ports you list, if you set nothing, there won't be any limit and the port will used when config in the dashboard