mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-06 17:59:11 +00:00
add feature flag to ospf route
This commit is contained in:
@@ -90,3 +90,8 @@ message StunInfo {
|
||||
uint32 min_port = 5;
|
||||
uint32 max_port = 6;
|
||||
}
|
||||
|
||||
message PeerFeatureFlag {
|
||||
bool is_public_server = 1;
|
||||
bool no_relay_data = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user