aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html (follow)
Commit message (Collapse)AuthorAge
* remove the navbar iconEgor Tensin2023-11-27
|
* index.html: reuse site.settings.project.nameEgor Tensin2022-03-23
|
* shorter help messages due to increased font sizeEgor Tensin2022-03-22
|
* bump jekyll-themeEgor Tensin2022-03-22
|
* reword things a bitEgor Tensin2022-03-19
|
* index.html: add title to 'Example' buttonEgor Tensin2022-03-19
|
* index.html: reword intro a bitEgor Tensin2022-03-19
|
* index.html: add Example button, etc.Egor Tensin2022-03-19
|
* add "Tunnel all traffic" checkbox and DNS settingsEgor Tensin2022-03-18
|
* use more realistic example valuesEgor Tensin2022-03-18
|
* css: main.css -> pre_overlay.cssEgor Tensin2022-03-17
| | | | So that it doesn't collide with the theme's main.css.
* add "Edit" & "Download" buttonsEgor Tensin2022-03-17
|
* index.html: prettier LiquidEgor Tensin2022-03-04
|
* forgot to set inputs to default valuesEgor Tensin2022-03-04
|
* switch from ipaddr.js to ip-addressEgor Tensin2022-03-04
|
* implement PersistentKeepalive as a parameterEgor Tensin2022-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 123Egor Tensin2021-11-17
|
* index.html: get rid of the always-present & in the example linkEgor Tensin2021-11-01
|
* index.html: use escape_uri filter where appropriateEgor Tensin2021-11-01
|
* shorten permanent URLsEgor Tensin2021-11-01
|
* index.html: fix HTML validation errorsEgor Tensin2021-10-31
| | | | Something about not allowing self-closing non-void HTML elements.
* index.html: highlight the example linkEgor Tensin2021-10-27
|
* index.html: use baseurl Liquid filterEgor Tensin2021-10-27
|
* index.html: add link to bogus configurationEgor Tensin2021-10-26
|
* move some stuff from index.html to README.mdEgor Tensin2021-10-26
|
* index.html: collapse empty <div>Egor Tensin2021-10-26
|
* instructor/instruction -> guideEgor Tensin2021-10-26
|
* add QR codes to wg-quick instructionsEgor Tensin2021-10-03
|
* make code more copyableEgor Tensin2021-10-03
|
* bump ipaddr.jsEgor Tensin2021-10-03
|
* index.html: make errors stand outEgor Tensin2021-10-03
|
* index.html: slight fix to HTMLEgor Tensin2021-10-03
|
* add basic JavaScript functionalityEgor Tensin2021-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.htmlEgor Tensin2021-10-02