Skip to content

Commit

Permalink
Add overload and data authentication features, and apply several patc…
Browse files Browse the repository at this point in the history
…h fixes.
  • Loading branch information
kkkgo committed Apr 14, 2024
1 parent f80f13c commit 18d8eb1
Show file tree
Hide file tree
Showing 41 changed files with 413 additions and 125 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
iso/
ppgw/
FILES/usr/bin/ppgw
renote.txt
renote.txt
go.mod
go.sum
ppgw.exe
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:edge AS singbuilder
RUN apk add go git
RUN apk add go git && apk upgrade
WORKDIR /data
RUN git clone https://github.com/kkkgo/box.git box
WORKDIR /data/box
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 18d8eb1

Please sign in to comment.