Skip to content

Commit 0b4ea72

Browse files
committed
updated docs
1 parent f5782fa commit 0b4ea72

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

docs/internet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Internet
22
- ### Browser Linux uses copy's proxy for internet which is rate limited and does not support https
33
- ### You can use it by initializing it with ```sudo udhcpc```
4-
- ### Try not to use it. Instead, consider downloading the files you need and then uploading them as browser linux uses copy's proxy
4+
- ### Try not to use it. Instead, consider either manually uploading files or using your own proxy.
5+

docs/parameters.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ You can pass parameters to Browser linux by adding ? at the end. You can separat
1818
- This changes the amount of ram. Currently there is no error handling for snapshots that have different amounts of ram. If a previous save is restored on load the ram will be the same as it was in the snapshot.
1919
- initial=\<name of image>
2020
- This is the name of a the v86 save state. It can be raw or compressed with zstd
21-
- The save state needs to have the save amount of ram configured. (default 256)
21+
- The save state needs to have the save amount of ram configured. (default 256)
22+
- proxy=\<proxy url>
23+
- This is the url to a custom proxy. The default is the proxy hosted by copy.

docs/toolbox.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919
- keep in mind that the upload path is inside the folder mount.
2020
- *Restore from file*
2121
- used to restore state from file created by save to file
22-
- *Delete Saved data*
23-
- deletes saved data. **Be very mindful of this button. It will cause data loss.** You can backup using *save to file*.
22+
- proxy url
23+
- This is the url to a custom proxy. If you want to self host a proxy for faster speeds this is how you do it. You will need docker setup and working for the project below.
24+
- https://github.com/benjamincburns/websockproxy (No rate limiting)
25+
- *Delete Saved data*
26+
- deletes saved data. **Be very mindful of this button. It will cause data loss.** You can backup using *save to file*.
2427
- *Enable Autosave*
2528
- Enables autosave. See [saving.md](saving.md)
2629
- *save now*

0 commit comments

Comments
 (0)