Merge branch 'master' into v1
This commit is contained in:
commit
4a1f020100
|
@ -5,6 +5,7 @@ Because friends don't let friends localhost™
|
||||||
| Sponsored by [ppl](https://ppl.family)
|
| Sponsored by [ppl](https://ppl.family)
|
||||||
| **Telebit Remote**
|
| **Telebit Remote**
|
||||||
| [Telebit Relay](https://git.coolaj86.com/coolaj86/telebit-relay.js)
|
| [Telebit Relay](https://git.coolaj86.com/coolaj86/telebit-relay.js)
|
||||||
|
| [sclient](https://telebit.cloud/sclient)
|
||||||
|
|
|
|
||||||
|
|
||||||
<img align="center" src="https://git.coolaj86.com/coolaj86/telebit.js/raw/branch/master/usr/share/docs/terminal-example-1.png">
|
<img align="center" src="https://git.coolaj86.com/coolaj86/telebit.js/raw/branch/master/usr/share/docs/terminal-example-1.png">
|
||||||
|
|
|
@ -166,7 +166,7 @@ function askForConfig(state, mainCb) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (state.config.relay) { checkRelay(); return; }
|
if (state.config.relay) { checkRelay(state.config.relay); return; }
|
||||||
console.info("");
|
console.info("");
|
||||||
console.info("");
|
console.info("");
|
||||||
console.info("What relay will you be using? (press enter for default)");
|
console.info("What relay will you be using? (press enter for default)");
|
||||||
|
|
Loading…
Reference in New Issue