add opnsense-api requests to bruno

This commit is contained in:
2024-12-19 19:17:38 -08:00
parent d526839bfa
commit 589c3f2890
12 changed files with 176 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
meta {
name: List Servers
type: http
seq: 6
}
get {
url: {{base}}/api/wireguard/client/list_servers
body: none
auth: inherit
}