stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
151 stars 42 forks source link

Ethernet.setDnsServerIP is missing #78

Closed JAndrassy closed 7 months ago

JAndrassy commented 9 months ago

The standard Arduino Ethernet API has setDnsServerIP.

Also consider adding DNS setter and getter like the WiFi API to enable two DNS servers. https://github.com/JAndrassy/Arduino-Networking-API/blob/main/ArduinoNetAPIDev.md#static-ip

JAndrassy commented 8 months ago

PR https://github.com/stm32duino/STM32Ethernet/pull/80 for setDnsServerIP