Skip to content

Commit c96ea16

Browse files
committed
update tunnelto docs
1 parent d7fc823 commit c96ea16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ If you want to make your atomic-server available on the web, but don't want (or
148148
It's the easiest way to get your server to run on the web, yet still have full control over your server.
149149

150150
- Create an account on some tunneling service, such as [tunnelto.dev](https://tunnelto.dev/) (which we will use here). Make sure to reserve a subdomain, you want it to remain stable.
151-
- `tunnelto --port 9883 --subdomain joepio --key YOUR_API_KEY`
152-
- `atomic-server --domain joepio.tunnelto.dev --custom-server-url 'https://joepio.tunnelto.dev' --initialize`
151+
- `tunnelto --port 9883 --subdomain my_subdomain --key YOUR_API_KEY`
152+
- `atomic-server server-url 'https://my_subdomain.tunnelto.dev'`
153153

154154
### HTTPS Setup on a VPS (static IP required)
155155

0 commit comments

Comments
 (0)