Skip to content

Releases: the-pod-shop/opnsense-helper

v 0.1.10

10 Nov 18:26
Compare
Choose a tag to compare
  • no more frontend code required
  • much faster, since no api api calls are used
  • reconfiguring vlans using paramiko exec_command
def reconfigure_vlans(helper):
    stdin, stdout, stderr = helper.ssh.exec_command('/usr/local/opnsense/scripts/interfaces/reconfigure_vlans.php')
    output = stdout.read().decode('utf-8')
    print(output)
    error = stderr.read().decode('utf-8')
    if error:
        print(f"Fehler: {error}")

What's Changed

Full Changelog: https://github.com/the-pod-shop/opnsense-helper/commits/production

v.0.1.1.9

10 Nov 15:17
Compare
Choose a tag to compare

still requires frontend

What's Changed

New Contributors

Full Changelog: https://github.com/the-pod-shop/opnsense-helper/commits/production