pfsense_fauxapi icon indicating copy to clipboard operation
pfsense_fauxapi copied to clipboard

REST based API interface for pfSense 2.3.x and 2.4.x to facilitate devops

Results 21 pfsense_fauxapi issues
Sort by recently updated
recently updated
newest added

I can't find any documentation of the config_item_set function which is referenced here [https://github.com/ndejong/pfsense_fauxapi#config_set](url) Would be great if there's a list of the items supported configuration through this function.

When using fauxapi to setup "freeradius" users and "client specific overrides" for our clients, we are finding that we need to press the save button on the GUI before the...

I'm working on FauxAPI authentication from PowerShell, and discovered that the API rejects the hash unless it's lowercase. Hexadecimal is a case-insensitive concept, and to reject a valid hash because...

this fixes the simple bug on the `if` condition in the `alias_update_urltables` function.

I try to update the Virtual IPs using the FauxAPI, but added IPs are not actually assigned to the interface. I can add or remove the configuration of new Virtual...

Some interfaces IP address may change over time, making it harder to process outputted data. If data is ordered by name, the json can be parsed perfectly in child systems.

I use `config_patch` to change the content of an alias and it works great but the new configuration is not active in pFsense so I would like to use a...

Change send_event command "interface reload all" to "interface all reload' due to wrong example and it will result in "supplied command not listed in valid send_event()" error.

How could i add/remove/list all the dns hosts overrides ? Can you give me a example, thank you.

question

Hi, Thanks for a nice piece of code! Maybe I have read over it, but is there a way to kill states after a rule gets enabled? Even better would...

enhancement