apinto icon indicating copy to clipboard operation
apinto copied to clipboard

apinto config.yml support listen range ip port

Open kms9 opened this issue 3 years ago • 0 comments
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

kms9 avatar Aug 01 '22 11:08 kms9