-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Readme #2
base: main
Are you sure you want to change the base?
fix: Readme #2
Conversation
1. Replace instances of `dist/src/index.js` to `dist/srv/index.js` 2. Fix incorrect syntax for the configuration example (which was based on the TS-based tunnelmole-client project, not a valid TOML file)
@@ -99,15 +102,15 @@ Once this is done, update `config-instance.ts` in `tunnelmole-client` to point t | |||
``` | |||
const instanceConfig = { | |||
hostip: { | |||
endpoint: "wss://foo.com:81" | |||
endpoint: "ws://foo.com:8080" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any reason to not use the secure wss
? it probably would not matter locally but if its exposed over the internet it should be encrypted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't work locally.
Added a comment but apart from that the PR looks good. |
dist/src/index.js
todist/srv/index.js