Skip to content

Commit 95c9e12

Browse files
committed
Add quic support
1 parent 541d9ba commit 95c9e12

File tree

254 files changed

+768
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+768
-254
lines changed

_template.subdomain.conf.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2025/06/08
1+
## Version 2025/07/18
22
# REMOVE THIS LINE BEFORE SUBMITTING: The structure of the file (all of the existing lines) should be kept as close as possible to this template.
33
# REMOVE THIS LINE BEFORE SUBMITTING: Look through this file for <tags> and replace them. Review other sample files to see how things are done.
44
# REMOVE THIS LINE BEFORE SUBMITTING: The comment lines at the top of the file (below this line) should explain any prerequisites for using the proxy such as DNS or app settings.
@@ -7,7 +7,9 @@
77

88
server {
99
listen 443 ssl;
10+
# listen 443 quic;
1011
listen [::]:443 ssl;
12+
# listen [::]:443 quic;
1113

1214
server_name <container_name>.*;
1315

actual-server.subdomain.conf.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## Version 2025/06/08
1+
## Version 2025/07/18
22
# make sure that your actual-server container is named actual-server
33
# make sure that your dns has a cname set for actual-server
44

55
server {
66
listen 443 ssl;
7+
# listen 443 quic;
78
listen [::]:443 ssl;
9+
# listen [::]:443 quic;
810

911
server_name actual-server.*;
1012

adguard.subdomain.conf.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## Version 2025/06/08
1+
## Version 2025/07/18
22
# make sure that your adguard container is named adguard
33
# make sure that your dns has a cname set for adguard
44

55
server {
66
listen 443 ssl;
7+
# listen 443 quic;
78
listen [::]:443 ssl;
9+
# listen [::]:443 quic;
810

911
server_name adguard.*;
1012

adminer.subdomain.conf.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## Version 2025/06/08
1+
## Version 2025/07/18
22
# make sure that your adminer container is named adminer
33
# make sure that your dns has a cname set for adminer
44

55
server {
66
listen 443 ssl;
7+
# listen 443 quic;
78
listen [::]:443 ssl;
9+
# listen [::]:443 quic;
810

911
server_name adminer.*;
1012

adminmongo.subdomain.conf.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## Version 2025/06/08
1+
## Version 2025/07/18
22
# make sure that your adminmongo container is named adminmongo
33
# make sure that your dns has a cname set for adminmongo
44

55
server {
66
listen 443 ssl;
7+
# listen 443 quic;
78
listen [::]:443 ssl;
9+
# listen [::]:443 quic;
810

911
server_name adminmongo.*;
1012

airsonic.subdomain.conf.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
## Version 2025/06/08
1+
## Version 2025/07/18
22
# make sure that your airsonic container is named airsonic
33
# make sure that your dns has a cname set for airsonic
44
# add `server.use-forward-headers=true` to `/config/application.properties` to ensure logs contain real source IP
55

66
server {
77
listen 443 ssl;
8+
# listen 443 quic;
89
listen [::]:443 ssl;
10+
# listen [::]:443 quic;
911

1012
server_name airsonic.*;
1113

apprise-api.subdomain.conf.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## Version 2025/06/08
1+
## Version 2025/07/18
22
# make sure that your apprise-api container is named apprise-api
33
# make sure that your dns has a cname set for apprise-api
44

55
server {
66
listen 443 ssl;
7+
# listen 443 quic;
78
listen [::]:443 ssl;
9+
# listen [::]:443 quic;
810

911
server_name apprise-api.*;
1012

archisteamfarm.subdomain.conf.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## Version 2025/06/08
1+
## Version 2025/07/18
22
# make sure that your archisteamfarm container is named archisteamfarm
33
# make sure that your dns has a cname set for archisteamfarm
44

55
server {
66
listen 443 ssl;
7+
# listen 443 quic;
78
listen [::]:443 ssl;
9+
# listen [::]:443 quic;
810

911
server_name archisteamfarm.*;
1012

aria2-with-webui.subdomain.conf.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2025/06/08
1+
## Version 2025/07/18
22
# make sure that your aria2 container is named aria2-with-webui
33
# make sure that your dns has a cname set for aria2
44
#
@@ -8,7 +8,9 @@
88

99
server {
1010
listen 443 ssl;
11+
# listen 443 quic;
1112
listen [::]:443 ssl;
13+
# listen [::]:443 quic;
1214

1315
server_name aria2.*;
1416

asciinema.subdomain.conf.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## Version 2025/06/08
1+
## Version 2025/07/18
22
# make sure that your asciinema container is named asciinema
33
# make sure that your dns has a cname set for asciinema
44

55
server {
66
listen 443 ssl;
7+
# listen 443 quic;
78
listen [::]:443 ssl;
9+
# listen [::]:443 quic;
810

911
server_name asciinema.*;
1012

0 commit comments

Comments
 (0)