Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

reinhart1010
Copy link

  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)

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)
@CLAassistant
Copy link

CLAassistant commented Nov 23, 2023

CLA assistant check
All committers have signed the CLA.

@@ -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"
Copy link
Owner

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.

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.

@robbie-cahill
Copy link
Owner

Added a comment but apart from that the PR looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants