Skip to content

Commit

Permalink
feat: enable IPv6 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm authored Jul 27, 2023
1 parent 9f66675 commit 31bb0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export async function main(): Promise<void> {
await server.close()
})

await server.listen({ port: config.port, host: '0.0.0.0' })
await server.listen({ port: config.port, host: '::' })

logger.info('Smartlook Relay Proxy started')
}
Expand Down

0 comments on commit 31bb0d9

Please sign in to comment.