setconf <interface> <configuration-filename> Sets the current configuration of <interface> to the contents of <configuration-filename>, which must be in the format described by Configuration File Format below. addconf <interface> <configuration-filename> Appends the contents of <configuration-filenam...
Error: Command failed: wg-quick up wg0 [#][#] ip link add wg0 type wireguard[#] wg setconf wg0 /dev/fd/63[#] ip -4 address add 10.8.0.1/24 dev wg0[#] ip link set mtu 1420 up dev wg0[#] "iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE; iptabl...
For example, to run Kilo on a Typhoon cluster running Flannel:kubectl apply -f https://raw.githubusercontent.com/squat/kilo/main/manifests/crds.yaml kubectl apply -f https://raw.githubusercontent.com/squat/kilo/main/manifests/kilo-typhoon-flannel.yaml...
The configuration file will be passed directly towg(8)'s `setconf' sub-command, with the exception of the following additions to theInterfacesection, which are handled by this tool: Address — a comma-separated list of IP (v4 or v6) addresses (optionally with CIDR masks) to be assigned ...
*fuzz: add set and setconf fuzzersJason A. Donenfeld2020-01-114-2/+123 *Makefile: evaluate git version lazilyJason A. Donenfeld2020-01-081-3/+3 *fuzz: add generic command argument fuzzerJason A. Donenfeld2020-01-045-5/+82 *ipc: simplify inflatable buffer and add fuzzerJason A. Donenfe...
The configuration file will be passed directly to wg(8)'s `setconf' sub-command, with the exception of the following additions to the Interface section, which are handled by this tool: Address — a comma-separated list of IP (v4 or v6) addresses (optionally with CIDR masks) to be assign...