felixmaker

Results 3 comments of felixmaker

I search many sites, finally I know why my program failed to work! Thank you!

What's more, if you [Create a remotely-managed tunnel (dashboard)](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel/), you can change command_args into: ``` command_args="--pidfile /var/run/$name.pid --autoupdate-freq 24h0m0s tunnel run --token YOUR_TOKEN" ```

vlc-rs uses vs to export .lib from .dll. The code in crates.io failed to work. I use it directly from git: ``` [dependencies.vlc-rs] git = "https://code.videolan.org/videolan/vlc-rs.git" ``` It just works...