vincenthsu / systemd-ngrok

Automatically start ngrok by systemd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I'm a using a paid version so i need to use different prompts

AsusuZ opened this issue · comments

I have to use this promt --remote-addr=<YOUR_ADDRESS> how should i configure to run this?

I have the same issue. However, if you run just ngrok. It works. ngrok tcp {IP:PORT} --remote-addr=<YOUR_ADDRESS> but then you have to just let it run in the background.

I did find this article: https://ngrok.com/docs/tcp/?cty=agent-config
It shows that in a yml file you can do this:

tunnels:
  example:
    proto: tcp
    addr: 3389
    remote_addr: 1.tcp.eu.ngrok.io:12345