mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
Add receive endpoint for megabytes transfered
This commit is contained in:
@@ -26,6 +26,8 @@ export const sites = sqliteTable("sites", {
|
||||
subdomain: text("subdomain"),
|
||||
pubKey: text("pubKey"),
|
||||
subnet: text("subnet"),
|
||||
megabytesIn: integer("bytesIn"),
|
||||
megabytesOut: integer("bytesOut")
|
||||
});
|
||||
|
||||
// Resources table
|
||||
|
||||
Reference in New Issue
Block a user