add files

This commit is contained in:
2021-04-11 01:26:55 +04:00
parent d2b050b14b
commit fdbb7bc587
77 changed files with 10832 additions and 0 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
SHELL := /bin/bash
install:
$(shell mkdir /etc/p2p-rendering && chmod +r /etc/p2p-rendering && touch /etc/p2p-rendering/ip_table.json)
build:
go build .
run:
go run main.go