Skip to content

Commit 948098d

Browse files
committed
update tunnelto docs
1 parent 95c5232 commit 948098d

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
@@ -149,8 +149,8 @@ If you want to make your atomic-server available on the web, but don't want (or
149149
It's the easiest way to get your server to run on the web, yet still have full control over your server.
150150

151151
- 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.
152-
- `tunnelto --port 9883 --subdomain joepio --key YOUR_API_KEY`
153-
- `atomic-server --domain joepio.tunnelto.dev --custom-server-url 'https://joepio.tunnelto.dev' --initialize`
152+
- `tunnelto --port 9883 --subdomain my_subdomain --key YOUR_API_KEY`
153+
- `atomic-server server-url 'https://my_subdomain.tunnelto.dev'`
154154

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

0 commit comments

Comments
 (0)