diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-23 00:54:04 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-23 00:54:04 +0800 |
commit | 584c969a7f122f29e6fed923586333ab38cb3d6a (patch) | |
tree | 13f7609ce25c63748cc2511d253f253ccbb454b2 /.gitignore | |
parent | Initial commit (diff) | |
download | powxy-584c969a7f122f29e6fed923586333ab38cb3d6a.tar.gz powxy-584c969a7f122f29e6fed923586333ab38cb3d6a.tar.zst powxy-584c969a7f122f29e6fed923586333ab38cb3d6a.zip |
Basic reverse proxy
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4345043 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/powxy |