coppino/src/settings.h

9 lines
204 B
C++

#ifndef __COPPINO_SETTINGS_
#define __COPPINO_SETTINGS_
/* coppino configuration settings */
// Enable IPv6 automatic prefix configuration (listens for RADV)
constexpr bool ENABLE_SLAAC = false;
#endif