localhostforonline 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -138,12 +138,6 @@ npx localhostforonline tunnel --port 22 --tcp
|
|
|
138
138
|
(printf '<project-uuid>'; cat) | nc localhostfor.online 20000
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
-
### Environment variables
|
|
142
|
-
|
|
143
|
-
| Variable | Default | Description |
|
|
144
|
-
|----------|---------|-------------|
|
|
145
|
-
| `LOCALHOSTFOR_SERVER` | `localhostfor.online` | Server URL for local development / self-hosting |
|
|
146
|
-
|
|
147
141
|
---
|
|
148
142
|
|
|
149
143
|
## Platform
|