| networking.wg-quick.interfaces.<name>.dns | List of DNS servers for this interface.
|
| networking.wg-quick.interfaces.<name>.mtu | MTU to set for this interface, automatically set if not specified
|
| networking.wg-quick.interfaces.<name>.preUp | List of commands to run before interface setup.
|
| networking.wg-quick.interfaces.<name>.postUp | List of commands to run after interface setup.
|
| networking.wg-quick.interfaces.<name>.preDown | List of commands to run before interface shutdown.
|
| networking.wg-quick.interfaces.<name>.peers | List of peers associated with this interface.
|
| networking.wg-quick.interfaces.<name>.postDown | List of commands to run after interface shutdown
|
| networking.wg-quick.interfaces.<name>.listenPort | Port to listen on, randomly selected if not specified.
|
| networking.wg-quick.interfaces.<name>.address | List of IP addresses for this interface.
|
| networking.wg-quick.interfaces.<name>.table | Controls the routing table to which routes are added
|
| networking.wg-quick.interfaces.<name>.privateKeyFile | Path to file containing this interface's private key.
|
| networking.wg-quick.interfaces.<name>.autostart | Whether to bring up this interface automatically during boot.
|