mirror of
https://github.com/h44z/wg-portal.git
synced 2025-07-07 05:36:59 +00:00
Deployed 6681dfa to master with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
24e31a24ad
commit
5c367d8652
@ -82,6 +82,14 @@ definitions:
|
|||||||
description: EnabledPeers is the number of enabled peers for this interface. Only enabled peers are able to connect.
|
description: EnabledPeers is the number of enabled peers for this interface. Only enabled peers are able to connect.
|
||||||
readOnly: true
|
readOnly: true
|
||||||
type: integer
|
type: integer
|
||||||
|
Filename:
|
||||||
|
description: |-
|
||||||
|
Filename is the name of the config file for this interface.
|
||||||
|
This value is read only and is not settable by the user.
|
||||||
|
example: wg0.conf
|
||||||
|
maxLength: 21
|
||||||
|
readOnly: true
|
||||||
|
type: string
|
||||||
FirewallMark:
|
FirewallMark:
|
||||||
description: FirewallMark is an optional firewall mark which is used to handle interface traffic.
|
description: FirewallMark is an optional firewall mark which is used to handle interface traffic.
|
||||||
type: integer
|
type: integer
|
||||||
@ -277,6 +285,14 @@ definitions:
|
|||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
|
Filename:
|
||||||
|
description: |-
|
||||||
|
Filename is the name of the config file for this peer.
|
||||||
|
This value is read only and is not settable by the user.
|
||||||
|
example: wg_peer_x.conf
|
||||||
|
maxLength: 21
|
||||||
|
readOnly: true
|
||||||
|
type: string
|
||||||
FirewallMark:
|
FirewallMark:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/models.ConfigOption-uint32'
|
- $ref: '#/definitions/models.ConfigOption-uint32'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user