Skip to content

Commit

Permalink
feat: upnp给个描述
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Mar 21, 2024
1 parent 47768fd commit f563e33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/upnp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ async function doPortMap(client: UpnpClient, port: number, publicPort: number):
private: port,
ttl: second('1h'),
protocol: 'tcp',
description: 'openbmclapi',
})
}

0 comments on commit f563e33

Please sign in to comment.