You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,19 @@ are made preventing the need for a reboot. All this results in the fastest, safe
10
10
11
11
# Requirements
12
12
13
-
- pfSense CE 2.5.0 and pfSense Plus 22.01 or later on AMD64 systems are supported. (older pfSense versions may be compatible with older versions of pfSense API)
13
+
<details>
14
+
<summary>Supported pfSense Versions</summary>
15
+
16
+
- pfSense Plus 22.05 (AMD64)
17
+
- pfSense Plus 22.01 (AMD64)
18
+
- pfSense CE 2.6.0 (AMD64)
19
+
- pfSense CE 2.5.2 (AMD64)
20
+
- pfSense CE 2.5.1 (AMD64)
21
+
- pfSense CE 2.5.0 (AMD64)
22
+
---
23
+
24
+
</details>
25
+
14
26
- pfSense API requires a local user account in pfSense. The same permissions required to make configurations in the
15
27
webConfigurator are required to make calls to the API endpoints.
16
28
- While not an enforced requirement, it is **strongly** recommended that you configure pfSense to use HTTPS instead of
@@ -21,7 +33,7 @@ are made preventing the need for a reboot. All this results in the fastest, safe
21
33
To install pfSense API, simply run the following command from the pfSense shell:<br>
0 commit comments