this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(hetzner): opening rules file will give structured data since its .json

dusk 1234bbec 8049f0b5

+1 -1
+1 -1
firewall/provider/hetzner/app.nu
··· 26 26 log info $"backing up firewall ($firewallId) to ($backupPath)" 27 27 28 28 # apply rules 29 - let resp = open $rulesFile | from json | post $"/firewalls/($firewallId)/actions/set_rules" 29 + let resp = open $rulesFile | post $"/firewalls/($firewallId)/actions/set_rules" 30 30 if $resp.status != 201 { 31 31 log error $"could not apply firewall \(id ($firewallId)\)" 32 32 }