Categorygithub.com/samber/nft-http-api
modulepackage
0.0.0-20240430131745-87adcadbd046
Repository: https://github.com/samber/nft-http-api.git
Documentation: pkg.go.dev

# README

nft over REST API

WIP

Build

make build

Run

./nft-http-api --unix /var/run/nft-http-api.sock

curl --unix-socket /var/run/nft-http-api.sock http://localhost/table

Or:

./nft-http-api --listen 127.0.0.1:4242 --tls-cert fixtures/cert.pem --tls-key fixtures/key.pem

curl https://localhostt:4242/table

Contribute

# upload from mac to debian buster
rsync -avzhP . root@${REMOTE_SERVER_IP}:nft-http-api --del --exclude .git

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author