Enable/Disable Virtual Network Interface

555

# Enable/Disable Virtual Network Interface

Path:

/api/veth

Method: PUT

Content-type: application/json; charset=utf-8

API Description: This can be used to enable/disable the virtual network interface. By default, the player enables a virtual network interface (address: 169.254.32.1), which can be disabled if it affects other functions.

Note: This function is supported by player of version 1.69.8 or above.

Request

Name Type Example Description
veth int 1 Virtual network interface; 1: Enable, 0: Disable. To make this settings take effect, you need to reboot the player.

Example

{"veth":1}

1: Enable, 0: Disable. To make this settings take effect, you need to reboot the player.