Skip to content

Commit

Permalink
Merge pull request #99 from XK4MiLX/patch-2
Browse files Browse the repository at this point in the history
added tcp mode for bittensorfn
  • Loading branch information
TheTrunk authored Dec 8, 2023
2 parents b7c851b + 7ce0c85 commit a36b15f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/services/application/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ function getCustomConfigs(specifications) {
defaultConfig.headers = ['http-request add-header X-Forwarded-Proto https'];
defaultConfig.healthcheck = ['option httpchk', 'http-check send meth GET uri /'];
}


if (specifications.name.toLowerCase().includes('bittensorfn')) {
defaultConfig.mode = 'tcp'
}

const customConfigs = {
'31350.kmdsapactapi.kmdsapactapi': {
ssl: true,
Expand Down

0 comments on commit a36b15f

Please sign in to comment.