aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets (unfollow)
Commit message (Collapse)Author
2022-06-13fix NetworkManager generatorEgor Tensin
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.
2022-03-19reorder guidesEgor Tensin
2022-03-19add persistent-keepalive to `wg set`Egor Tensin
2022-03-19main.js: refactor overlay buttonsEgor Tensin
2022-03-18make config generation code a bit less horribleEgor Tensin
2022-03-18add "Tunnel all traffic" checkbox and DNS settingsEgor Tensin
2022-03-18fix downloaded file names on AndroidEgor Tensin
2022-03-17update QR code on config updatesEgor Tensin
2022-03-17lose the outline on overlay buttonsEgor Tensin
2022-03-17add a "Copy" buttonEgor Tensin
2022-03-17replace text in buttons with iconsEgor Tensin
2022-03-17css: main.css -> pre_overlay.cssEgor Tensin
So that it doesn't collide with the theme's main.css.
2022-03-17add "Edit" & "Download" buttonsEgor Tensin
2022-03-04switch from ipaddr.js to ip-addressEgor Tensin
2022-03-04bundle ip-address (to be used instead of ipaddr.js)Egor Tensin
This fucking sucks ass, but ipaddr.js is buggy: https://github.com/whitequark/ipaddr.js/issues/160
2022-03-04main.js: refactor IP address parsingEgor Tensin
This is preparation for switching the parsing library, this one is buggy.
2022-03-04main.js: tired of bracesEgor Tensin
2022-03-04implement PersistentKeepalive as a parameterEgor 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-02rename "Manual" to "ip & wg"Egor Tensin
2021-11-01shorten permanent URLsEgor Tensin
2021-10-26add permanent URL supportEgor Tensin
2021-10-26instructor/instruction -> guideEgor Tensin
2021-10-03manual: tweak output a bitEgor Tensin
2021-10-03fix wg-quick imports on AndroidEgor Tensin
2021-10-03add QR codes to wg-quick instructionsEgor Tensin
2021-10-03tweak systemd output a bitEgor Tensin
2021-10-03fix NetworkManager instructionsEgor Tensin
2021-10-03fix systemd instructionsEgor Tensin
2021-10-03fix wg-quick instructionsEgor Tensin
2021-10-03expand about the manual methodEgor Tensin
2021-10-03more input validationEgor Tensin
2021-10-03make config descriptions narrowerEgor Tensin
2021-10-03fix typosEgor Tensin
2021-10-03add basic JavaScript functionalityEgor 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.