aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/wg-quick.bash (follow)
Commit message (Expand)AuthorAgeFilesLines
* wg-quick: dumber matching for default routesJason A. Donenfeld2017-12-131-1/+1
* wg-quick: add the "Table" config optionLuis Ressel2017-12-131-3/+13
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-0/+1
* wg-quick: allow for tabs in keysJason A. Donenfeld2017-11-101-2/+2
* wg-quick: stat the correct enclosing folder of config fileJason A. Donenfeld2017-11-101-1/+2
* wg-quick: save all hooks on saveJason A. Donenfeld2017-11-011-5/+13
* wg-quick: fsync the temporary file before renamingJason A. Donenfeld2017-10-311-0/+1
* wg-quick: allow for saving existing interfaceJason A. Donenfeld2017-10-311-1/+10
* wg-quick: allow for the hatchet, but not by defaultJason A. Donenfeld2017-10-311-0/+2
* wg-quick: remember to rewind DNS settings on failureJason A. Donenfeld2017-10-311-3/+8
* wg-quick: allow specifiying multiple hooksJason A. Donenfeld2017-10-311-17/+19
* wg-quick: check permissions of parent directoryJason A. Donenfeld2017-10-021-1/+1
* wg-quick: verify wireguard interface in more clever wayJason A. Donenfeld2017-10-021-1/+1
* wg-quick: anchor sysctl regex to start and endJason A. Donenfeld2017-10-021-1/+1
* wg-quick: add explicit support for common DNS usageJason A. Donenfeld2017-07-261-0/+16
* wg-quick: do not use grepJason A. Donenfeld2017-07-241-1/+1
* wg-quick: do not set explicit src route for v6 default routeJason A. Donenfeld2017-07-241-11/+3
* wg-quick: usage typosJason A. Donenfeld2017-07-201-1/+2
* wg-quick: use printf -v instead of namerefs for bash 4.2Jason A. Donenfeld2017-06-281-3/+2
* wg-quick: properly match IPv6 endpointJason A. Donenfeld2017-06-241-1/+1
* wg-quick: match ipv6 default route more broadlyJason A. Donenfeld2017-06-121-1/+1
* wg-quick: make sure we have empty table for both v6 and v4Jason A. Donenfeld2017-06-111-1/+3
* wg-quick: use src routing for default routes in v6Jason A. Donenfeld2017-05-181-3/+11
* wg-quick: auto MTU discoveryJason A. Donenfeld2017-05-171-0/+23
* wg-quick: various cleanupsJason A. Donenfeld2017-03-241-5/+6
* wg-quick: support old ip(8)Pim van Pelt2017-03-191-4/+8
* wg: give "off" value for fwmarkJason A. Donenfeld2017-02-231-1/+3
* wg-quick: allow config files without trailing newlineJason A. Donenfeld2017-02-231-1/+1
* wg-quick: unquote fwmark for bash 4.3Jason A. Donenfeld2017-02-141-1/+1
* wg-quick: set LC_ALL for consistent regexJason A. Donenfeld2017-02-131-0/+1
* socket: enable setting of fwmarkJason A. Donenfeld2017-02-131-15/+20
* wg-quick: support v6 dual stackJason A. Donenfeld2017-02-131-7/+18
* wg-quick: parse IPv6 endpoints correctlyJason A. Donenfeld2017-01-151-1/+1
* wg-quick: better removal of suppress_prefix ruleJason A. Donenfeld2017-01-111-1/+1
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
* wg-quick: enforce good permissionsJason A. Donenfeld2017-01-091-0/+1
* wg: add wg-quickJason A. Donenfeld2017-01-051-0/+209