Skip to content

Commit 12bb534

Browse files
committed
fix: remove unused port range from server configuration
1 parent e2214fb commit 12bb534

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/server.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ You will need to open the following ports:
3636
- 43300
3737
- 43400
3838
- 53303
39-
- 9000 - 9014 (not yet used, I think they are for UDP client racing
4039

4140
### Running
4241

src/nps_server.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ function main() {
5656
});
5757

5858
const listeningPortList = [
59-
6660, 7003, 8228, 8226, 8227, 9000, 9001, 9002, 9003, 9004, 9005, 9006,
60-
9007, 9008, 9009, 9010, 9011, 9012, 9013, 9014, 43200, 43300, 43400,
59+
6660, 7003, 8228, 8226, 8227, 43200, 43300, 43400,
6160
53303,
6261
];
6362

0 commit comments

Comments
 (0)