aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/wg-quick (follow)
Commit message (Expand)AuthorAgeFilesLines
* wg-quick: run PreUp hook after creating interfaceDaniel Gröber2023-05-184-4/+4
* wg-quick: linux: prevent traffic from momentarily leaking into tunnelTom Yan2022-06-171-1/+1
* wg-quick: android: use right regex for host-vs-IPJason A. Donenfeld2022-05-101-1/+1
* wg-quick: openbsd: set DNS with resolvd(8)Matt Dunwoodie2021-09-141-4/+14
* wg-quick: android: adjust for android 12Jason A. Donenfeld2021-09-091-2/+8
* wg-quick: darwin: account for "link#XX" gatewaysLaura Hausmann2021-08-121-2/+2
* wg-quick: kill route monitor when loop terminatesJason A. Donenfeld2021-04-203-10/+16
* wg-quick: freebsd: use ifconfig for determining if interface is upJason A. Donenfeld2021-04-181-16/+2
* wg-quick: freebsd: do not assume point-to-point interface flagJason A. Donenfeld2021-03-231-1/+1
* wg-quick: freebsd: check for socket using -S, not -fJason A. Donenfeld2021-03-211-1/+1
* wg-quick: freebsd: avoid writing private keys to /tmpJason A. Donenfeld2021-03-131-1/+1
* wg-quick: freebsd: add kernel supportJason A. Donenfeld2021-03-111-3/+17
* wg-quick: openbsd: no use for userspace supportJason A. Donenfeld2020-10-191-41/+23
* wg-quick: android: do not free iterated pointerJason A. Donenfeld2020-09-151-7/+8
* Revert "wg-quick: wait on process substitutions"Jason A. Donenfeld2020-08-274-49/+49
* wg-quick: android: use iproute2 to bring up interface instead of ndcJason A. Donenfeld2020-08-251-1/+1
* wg-quick: wait on process substitutionsJason A. Donenfeld2020-08-064-49/+49
* wg-quick: cleanup openbsd supportJason A. Donenfeld2020-05-102-26/+35
* wg-quick: add support for openbsd kernel implementationMatt Dunwoodie2020-05-101-4/+19
* wg-quick: support dns search domainsJason A. Donenfeld2020-05-095-28/+76
* wg-quick: android: support application whitelistJason A. Donenfeld2020-04-051-25/+48
* wg-quick: android: split uids into multiple commandsJason A. Donenfeld2020-01-311-1/+8
* global: bump copyrightJason A. Donenfeld2020-01-025-5/+5
* wg-quick: linux: quote ifname for nftJason A. Donenfeld2019-12-281-1/+1
* wg-quick: linux: use already configured addresses instead of in-memoryJason A. Donenfeld2019-12-171-6/+6
* wg-quick: linux: try both iptables(8) and nft(8) on teardownJason A. Donenfeld2019-12-121-1/+2
* wg-quick: linux: support older nft(8)Jason A. Donenfeld2019-12-121-5/+5
* global: fix up spellingJosh Soref2019-12-121-2/+2
* wg-quick: linux: add support for nft and prefer itJason A. Donenfeld2019-12-121-20/+39
* wg-quick: linux: ignore save warnings for iptables-nftJason A. Donenfeld2019-12-061-1/+1
* wg-quick: linux: suppress more warnings on weird kernelsJason A. Donenfeld2019-12-061-4/+4
* wg-quick: linux: some iptables don't like empty linesJason A. Donenfeld2019-12-051-6/+6
* wg-quick: linux: iptables-* -w is not widely supportedJason A. Donenfeld2019-12-051-2/+2
* wg-quick: linux: have remove_iptables return trueJason A. Donenfeld2019-12-051-1/+1
* wg-quick: linux: ensure postdown hooks executeJason A. Donenfeld2019-12-051-2/+2
* wg-quick: linux: suppress error when finding unused tableJason A. Donenfeld2019-11-271-1/+1
* wg-quick: linux: filter bogus injected packets and don't disable rpfilterJason A. Donenfeld2019-11-271-8/+29
* wg-quick: linux: only touch net.ipv4 for v4Jason A. Donenfeld2019-11-261-3/+5
* wg-quick: android: check for null in binder cleanup functionsJason A. Donenfeld2019-10-161-3/+6
* wg-quick: android: use Binder for setting DNS on Android 10Nicolas Douma2019-10-121-7/+429
* wg-quick: linux: don't fail down when using systemd-resolvedRonan Pigott2019-08-271-1/+1
* wg-quick: openbsd: fix alternate routing table syntaxAnkur Kothari2019-08-071-1/+1
* wg-quick: android: refactor and add incoming allow rulesJason A. Donenfeld2019-07-081-65/+73
* wg-quick: darwin: support being called from launchdJason A. Donenfeld2019-06-241-1/+16
* wg-quick: specify protocol to ip(8), because of inconsistenciesJason A. Donenfeld2019-05-291-3/+7
* wg-quick: look up existing routes properlyJason A. Donenfeld2019-05-291-1/+1
* wg-quick: make darwin and freebsd path search strict like linuxJason A. Donenfeld2019-04-232-2/+4
* wg-quick: freebsd: workaround SIOCGIFSTATUS race in FreeBSD kernelJason A. Donenfeld2019-04-231-9/+22
* wg-quick: add 'strip' subcommandLuis Ressel2019-03-234-4/+36
* wg-quick: freebsd: export TMPDIR when restoring and don't make emptyJason A. Donenfeld2019-03-181-1/+2