Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix NetworkManager generator | Egor Tensin | 2022-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 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-19 |
| | |||
* | 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-18 |
| | |||
* | 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-17 |
| | |||
* | switch from ipaddr.js to ip-address | Egor Tensin | 2022-03-04 |
| | |||
* | bundle ip-address (to be used instead of ipaddr.js) | Egor Tensin | 2022-03-04 |
| | | | | | | This fucking sucks ass, but ipaddr.js is buggy: https://github.com/whitequark/ipaddr.js/issues/160 | ||
* | main.js: refactor IP address parsing | Egor Tensin | 2022-03-04 |
| | | | | | This is preparation for switching the parsing library, this one is buggy. | ||
* | main.js: tired of braces | Egor Tensin | 2022-03-04 |
| | |||
* | implement PersistentKeepalive as a parameter | Egor Tensin | 2022-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 Tensin | 2021-11-02 |
| | |||
* | shorten permanent URLs | Egor Tensin | 2021-11-01 |
| | |||
* | add permanent URL support | Egor Tensin | 2021-10-26 |
| | |||
* | instructor/instruction -> guide | Egor Tensin | 2021-10-26 |
| | |||
* | 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 | 2021-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. |