Skip to content

Commit

Permalink
use tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Jan 23, 2024
1 parent a5e9c2f commit f577b45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/services/application/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ function getCustomConfigs(specifications) {
'31750.node.HavenNodeMainnet': {
ssl: true,
},
'27015.Palworld.Palworld': {
mode: 'tcp',
},
'8211.Palworld.Palworld': {
mode: 'tcp',
},
};

let mainPort = '';
Expand Down

0 comments on commit f577b45

Please sign in to comment.