Commit message (Collapse) | Author | ||
---|---|---|---|
2022-03-19 | reorder guides | Egor Tensin | |
2022-03-19 | add persistent-keepalive to `wg set` | Egor Tensin | |
2022-03-19 | main.js: refactor overlay buttons | Egor Tensin | |
2022-03-18 | make config generation code a bit less horrible | Egor Tensin | |
2022-03-18 | add "Tunnel all traffic" checkbox and DNS settings | Egor Tensin | |
2022-03-18 | fix downloaded file names on Android | Egor Tensin | |
2022-03-17 | update QR code on config updates | Egor Tensin | |
2022-03-17 | add a "Copy" button | Egor Tensin | |
2022-03-17 | replace text in buttons with icons | Egor Tensin | |
2022-03-17 | add "Edit" & "Download" buttons | Egor Tensin | |
2022-03-04 | switch from ipaddr.js to ip-address | Egor Tensin | |
2022-03-04 | bundle 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-04 | main.js: refactor IP address parsing | Egor Tensin | |
This is preparation for switching the parsing library, this one is buggy. | |||
2022-03-04 | main.js: tired of braces | 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-02 | rename "Manual" to "ip & wg" | Egor Tensin | |
2021-11-01 | shorten permanent URLs | Egor Tensin | |
2021-10-26 | add permanent URL support | Egor Tensin | |
2021-10-26 | instructor/instruction -> guide | Egor Tensin | |
2021-10-03 | manual: tweak output a bit | Egor Tensin | |
2021-10-03 | fix wg-quick imports on Android | Egor Tensin | |
2021-10-03 | add QR codes to wg-quick instructions | Egor Tensin | |
2021-10-03 | tweak systemd output a bit | Egor Tensin | |
2021-10-03 | fix NetworkManager instructions | Egor Tensin | |
2021-10-03 | fix systemd instructions | Egor Tensin | |
2021-10-03 | fix wg-quick instructions | Egor Tensin | |
2021-10-03 | expand about the manual method | Egor Tensin | |
2021-10-03 | more input validation | Egor Tensin | |
2021-10-03 | make config descriptions narrower | Egor Tensin | |
2021-10-03 | fix typos | 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. |