Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Dec 6, 2024
1 parent 8ec0b23 commit 483eaa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Lantern.setup("HelloVPN", "HelloVPN/config")
```

### Starting Lantern

After starting Lantern, it will be set as the system. It blocks up til the given timeout and returns the address the proxy is listening. If the proxy doesn't start within the given timeout, this method returns an error.

After starting Lantern, all HTTP traffic will be proxied.

```kotlin
Expand All @@ -41,7 +44,6 @@ After stopping Lantern, Lantern will continue to run in the background to keep f
configuration maintain its state, but no traffic will be proxied.

```kotlin
...
Lantern.stop()
```

Expand Down

0 comments on commit 483eaa8

Please sign in to comment.