Skip to content

Commit a57618c

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents a312883 + 5b02233 commit a57618c

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 deadlight, gnarzilla@deadlight.boo
3+
Copyright (c) 2026 gnarzilla
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ A high-performance, multi-protocol proxy server built for **real-world condition
66

77
[![GitHub Release](https://img.shields.io/github/v/release/gnarzilla/proxy.deadlight)](https://github.com/gnarzilla/proxy.deadlight/releases/latest)
88
[![Docker Pulls](https://img.shields.io/docker/pulls/gnarzilla/proxy-deadlight)](https://hub.docker.com/r/gnarzilla/proxy-deadlight)
9-
[![GitHub](https://img.shields.io/github/license/gnarzilla/proxy.deadlight)](docs/LICENSE)
9+
[![Docker Image Size](https://img.shields.io/docker/image-size/gnarzilla/proxy-deadlight/latest)](https://hub.docker.com/r/gnarzilla/proxy-deadlight)
10+
[![GitHub License](https://img.shields.io/github/license/gnarzilla/proxy.deadlight)](LICENSE)
1011

1112
[Quick Start](#quick-start) · [Features](#features) · [API](#rest-api) · [Configuration](#configuration) · [Documentation](docs/) · [Architecture](#architecture) · [Roadmap](#roadmap)
1213

@@ -415,7 +416,7 @@ See [docs/EXTENDING.md](docs/EXTENDING.md) for details.
415416

416417
## License
417418

418-
MIT License — see [LICENSE](docs/LICENSE)
419+
MIT License — see [LICENSE](LICENSE)
419420

420421
## Support
421422

deadlight.ALPHA

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ worker_threads=4
2121
#Enable SSL interception
2222
enabled=true
2323
#CA certificate file
24-
ca_cert_file=/home/thatch/.deadlight/ca.crt
24+
ca_cert_file=/home/thatch/.deadlight/ca/ca.crt
2525
#CA private key file
26-
ca_key_file=/home/thatch/.deadlight/ca.key
26+
ca_key_file=/home/thatch/.deadlight/ca/ca.key
2727
#Certificate cache directory
2828
cert_cache_dir=/tmp/deadlight_certs
2929
#Maximum cached certificates

0 commit comments

Comments
 (0)