aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets (follow)
Commit message (Collapse)AuthorAge
* fix NetworkManager generatorEgor Tensin2022-06-13
| | | | | | | | | Unless addr-gen-mode is set to "stable-privacy", NetworkManager spams the journal with linklocal6: failed to get interface identifier; IPv6 cannot continue I think IPv6 still worked, but I'm not sure about this.
* reorder guidesEgor Tensin2022-03-19
|
* add persistent-keepalive to `wg set`Egor Tensin2022-03-19
|
* main.js: refactor overlay buttonsEgor Tensin2022-03-19
|
* make config generation code a bit less horribleEgor Tensin2022-03-18
|
* add "Tunnel all traffic" checkbox and DNS settingsEgor Tensin2022-03-18
|
* fix downloaded file names on AndroidEgor Tensin2022-03-18
|
* update QR code on config updatesEgor Tensin2022-03-17
|
* lose the outline on overlay buttonsEgor Tensin2022-03-17
|
* add a "Copy" buttonEgor Tensin2022-03-17
|
* replace text in buttons with iconsEgor Tensin2022-03-17
|
* 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
|
* switch from ipaddr.js to ip-addressEgor Tensin2022-03-04
|
* bundle ip-address (to be used instead of ipaddr.js)Egor Tensin2022-03-04
| | | | | | This fucking sucks ass, but ipaddr.js is buggy: https://github.com/whitequark/ipaddr.js/issues/160
* main.js: refactor IP address parsingEgor Tensin2022-03-04
| | | | | This is preparation for switching the parsing library, this one is buggy.
* main.js: tired of bracesEgor 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.
* rename "Manual" to "ip & wg"Egor Tensin2021-11-02
|
* shorten permanent URLsEgor Tensin2021-11-01
|
* add permanent URL supportEgor Tensin2021-10-26
|
* instructor/instruction -> guideEgor Tensin2021-10-26
|
* manual: tweak output a bitEgor Tensin2021-10-03
|
* fix wg-quick imports on AndroidEgor Tensin2021-10-03
|
* add QR codes to wg-quick instructionsEgor Tensin2021-10-03
|
* tweak systemd output a bitEgor Tensin2021-10-03
|
* fix NetworkManager instructionsEgor Tensin2021-10-03
|
* fix systemd instructionsEgor Tensin2021-10-03
|
* fix wg-quick instructionsEgor Tensin2021-10-03
|
* expand about the manual methodEgor Tensin2021-10-03
|
* more input validationEgor Tensin2021-10-03
|
* make config descriptions narrowerEgor Tensin2021-10-03
|
* fix typosEgor 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.