Skip to content

Commit

Permalink
[patch] quick and dirty private flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Sep 14, 2023
1 parent b237c0f commit 535c119
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ uci:foreach('gluon', 'interface', function(config)
ifaces:value('uplink', 'Uplink')
ifaces:value('mesh', 'Mesh')
ifaces:value('client', 'Client')
ifaces:value('private', 'Private')
ifaces:exclusive('uplink', 'client')
ifaces:exclusive('mesh', 'client')

Expand Down

0 comments on commit 535c119

Please sign in to comment.