https://github.com/inlets/inlets-svc
inlets client service for Windows
https://github.com/inlets/inlets-svc
Last synced: 2 months ago
JSON representation
inlets client service for Windows
- Host: GitHub
- URL: https://github.com/inlets/inlets-svc
- Owner: inlets
- License: mit
- Created: 2021-03-17T10:22:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T14:21:48.000Z (over 5 years ago)
- Last Synced: 2026-04-09T00:12:54.298Z (3 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows Service management for inlets PRO
## Status
This is an early prototype of a shim to add an inlets PRO HTTP client as a Windows Service, so that it can be started upon reboot, and managed by the system.
Windows Services also allow for restarting of the tunnel process and logging.
## Usage
* Download the binary to C:\windows\
* Create C:\inlets.json (with the contents as per below)
```json
{
"upstreams": ["openfaas.exit.o6s.io=http://127.0.0.1:8080"],
"url": "wss://alex-tunnel.exit.o6s.io",
"license-file": "C:\\license.txt",
"token": "TOKEN-HERE",
"auto-tls": false
}
```
* Create C:\license.txt (with the inlets PRO license)
* Install the service with `inlets-svc install`
* Start the service with `inlets-svc start`
Check the Event Viewer under Application Logs
## License
MIT