Skip to content

Softether

services.softether.dataDir

Data directory for SoftEther VPN.

Type: path

Default

"/var/lib/softether"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/softether.nix

services.softether.enable

Whether to enable SoftEther VPN services. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/softether.nix

services.softether.package

The softether package to use. Type: package

Default

pkgs.softether

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/softether.nix

services.softether.vpnbridge.enable

Whether to enable SoftEther VPN Bridge. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/softether.nix

services.softether.vpnclient.down

Shell commands executed when the Virtual Network Adapter(s) is/are shutting down.

Type: strings concatenated with "\n"

Default

""

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/softether.nix

services.softether.vpnclient.enable

Whether to enable SoftEther VPN Client. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/softether.nix

services.softether.vpnclient.up

Shell commands executed when the Virtual Network Adapter(s) is/are starting.

Type: strings concatenated with "\n"

Default

""

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/softether.nix

services.softether.vpnserver.enable

Whether to enable SoftEther VPN Server. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/softether.nix