Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samber/nft-http-api
🚦 NFT over HTTP API
https://github.com/samber/nft-http-api
api chain filter firewall iptables netfilter network nftables packet table ufw
Last synced: 6 days ago
JSON representation
🚦 NFT over HTTP API
- Host: GitHub
- URL: https://github.com/samber/nft-http-api
- Owner: samber
- Created: 2019-12-07T23:59:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T13:17:51.000Z (7 months ago)
- Last Synced: 2024-06-20T11:08:07.418Z (5 months ago)
- Topics: api, chain, filter, firewall, iptables, netfilter, network, nftables, packet, table, ufw
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nft over REST API
WIP
## Build
```bash
make build
```## Run
```bash
./nft-http-api --unix /var/run/nft-http-api.sockcurl --unix-socket /var/run/nft-http-api.sock http://localhost/table
```Or:
```bash
./nft-http-api --listen 127.0.0.1:4242 --tls-cert fixtures/cert.pem --tls-key fixtures/key.pemcurl https://localhostt:4242/table
```## Contribute
```
# upload from mac to debian buster
rsync -avzhP . root@${REMOTE_SERVER_IP}:nft-http-api --del --exclude .git
```