Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
A tool to automatically update the Akamai Connected Cloud (ACC) / Linode firewall rules to allow your IP
acc-fwu
is a command-line tool to automatically update Linode/ACC firewall rules with your current IP address. This is particularly useful for dynamically updating firewall rules to allow access from changing IP addresses, like when you visit the gym or you're sat in an airport.
You can install the package via pip
:
pip install acc-fwu
Alternatively, you can install it directly from the source:
git clone https://github.com/johnybradshaw/acc-firewall_updater.git
cd acc-firewall_updater
pip install --use-pep517 .
The first time you use acc-fwu
, you’ll need to provide your Linode/ACC Firewall ID and optionally the label for the rule you want to create or update:
acc-fwu --firewall_id <FIREWALL_ID> --label <RULE_LABEL>
For example:
acc-fwu --firewall_id 123456 --label "Allow-My-Current-IP"
This command will do two things:
firewall_id
and label
to a configuration file (~/.acc-fwu-config)
for future use.After the initial setup, you can simply run acc-fwu
without needing to provide the firewall_id
and label
again:
acc-fwu
This will:
firewall_id
and label
from the configuration file.If you need to change the firewall_id
or label
, you can do so by running:
acc-fwu --firewall_id <NEW_FIREWALL_ID> --label <NEW_RULE_LABEL>
This will update the configuration file with the new values.
You can remove the firewall rule by running:
acc-fwu --remove
The acc-fwu
tool saves the firewall_id
and label
in a configuration file located at ~/.acc-fwu-config
. This file is automatically managed by the tool, so you generally won’t need to edit it manually.
firewall_id
and label
the first time you use the tool.firewall_id
and label
if needed.FAQs
A tool to update Linode/ACC firewall rules with your current IP address.
We found that acc-fwu demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.