Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | index.html: reword intro a bit | Egor Tensin | 2022-03-19 |
| | |||
* | index.html: add Example button, etc. | Egor Tensin | 2022-03-19 |
| | |||
* | add "Tunnel all traffic" checkbox and DNS settings | Egor Tensin | 2022-03-18 |
| | |||
* | use more realistic example values | Egor Tensin | 2022-03-18 |
| | |||
* | css: main.css -> pre_overlay.css | Egor Tensin | 2022-03-17 |
| | | | | So that it doesn't collide with the theme's main.css. | ||
* | add "Edit" & "Download" buttons | Egor Tensin | 2022-03-17 |
| | |||
* | index.html: prettier Liquid | Egor Tensin | 2022-03-04 |
| | |||
* | forgot to set inputs to default values | Egor Tensin | 2022-03-04 |
| | |||
* | switch from ipaddr.js to ip-address | Egor Tensin | 2022-03-04 |
| | |||
* | implement PersistentKeepalive as a parameter | Egor Tensin | 2022-03-04 |
| | | | | | | | It's a unique parameter in many ways compared to the others. First, it's optional, and has a default value. Second, I don't want it to be visible at all times, which is why I hid it under the "Show advanced parameters" checkbox. Hence a lot of changes. | ||
* | switch example port from 133 to 123 | Egor Tensin | 2021-11-17 |
| | |||
* | index.html: get rid of the always-present & in the example link | Egor Tensin | 2021-11-01 |
| | |||
* | index.html: use escape_uri filter where appropriate | Egor Tensin | 2021-11-01 |
| | |||
* | shorten permanent URLs | Egor Tensin | 2021-11-01 |
| | |||
* | index.html: fix HTML validation errors | Egor Tensin | 2021-10-31 |
| | | | | Something about not allowing self-closing non-void HTML elements. | ||
* | index.html: highlight the example link | Egor Tensin | 2021-10-27 |
| | |||
* | index.html: use baseurl Liquid filter | Egor Tensin | 2021-10-27 |
| | |||
* | index.html: add link to bogus configuration | Egor Tensin | 2021-10-26 |
| | |||
* | move some stuff from index.html to README.md | Egor Tensin | 2021-10-26 |
| | |||
* | index.html: collapse empty <div> | Egor Tensin | 2021-10-26 |
| | |||
* | instructor/instruction -> guide | Egor Tensin | 2021-10-26 |
| | |||
* | add QR codes to wg-quick instructions | Egor Tensin | 2021-10-03 |
| | |||
* | make code more copyable | Egor Tensin | 2021-10-03 |
| | |||
* | bump ipaddr.js | Egor Tensin | 2021-10-03 |
| | |||
* | index.html: make errors stand out | Egor Tensin | 2021-10-03 |
| | |||
* | index.html: slight fix to HTML | Egor Tensin | 2021-10-03 |
| | |||
* | add basic JavaScript functionality | Egor Tensin | 2021-10-03 |
| | | | | | | | | This was the point of this little project: generating a bunch of config files. That's what main.js does. Also, rework the layout in index.html a bit. form-horizontal is not used that way. | ||
* | add index.html | Egor Tensin | 2021-10-02 |