Add Ipv6 Option (#692)

This commit is contained in:
Xavier horwood 2025-05-28 02:37:07 +10:00 committed by GitHub
parent 91484534a5
commit 0b815a6f93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -521,6 +521,11 @@ message Config {
*/
uint32 enabled_protocols = 10;
/*
* Enable/Disable ipv6 support
*/
bool ipv6_enabled = 11;
/*
* Available flags auxiliary network protocols
*/