Skip to content

Commit

Permalink
Fix POST
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Sep 4, 2024
1 parent b0aac4e commit c073f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export async function runConfigInBackground(body, domain, sandbox, callback) {
const options = {
rejectUnauthorized: false, // can be bad if I forgotten to renew
family: 4, // some servers gateway ipv6 not working
method: 'POST',
};
let aborted = false;
const periodicSender = async () => {
Expand Down

0 comments on commit c073f56

Please sign in to comment.