Commit message (Collapse) | Author | ||
---|---|---|---|
2022-03-23 | index.html: reuse site.settings.project.name | Egor Tensin | |
2022-03-22 | shorter help messages due to increased font size | Egor Tensin | |
2022-03-22 | bump jekyll-theme | Egor Tensin | |
2022-03-19 | reword things a bit | Egor Tensin | |
2022-03-19 | index.html: add title to 'Example' button | Egor Tensin | |
2022-03-19 | index.html: reword intro a bit | Egor Tensin | |
2022-03-19 | index.html: add Example button, etc. | Egor Tensin | |
2022-03-18 | add "Tunnel all traffic" checkbox and DNS settings | Egor Tensin | |
2022-03-18 | use more realistic example values | Egor Tensin | |
2022-03-17 | css: main.css -> pre_overlay.css | Egor Tensin | |
So that it doesn't collide with the theme's main.css. | |||
2022-03-17 | add "Edit" & "Download" buttons | Egor Tensin | |
2022-03-04 | 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 | |
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. | |||
2021-11-17 | switch example port from 133 to 123 | Egor Tensin | |
2021-11-01 | 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-10-31 | index.html: fix HTML validation errors | Egor Tensin | |
Something about not allowing self-closing non-void HTML elements. | |||
2021-10-27 | index.html: highlight the example link | Egor Tensin | |
2021-10-27 | index.html: use baseurl Liquid filter | Egor Tensin | |
2021-10-26 | 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-03 | 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 | |
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. | |||
2021-10-02 | add index.html | Egor Tensin | |