Add initial configuration files for SingBox and related services
- Created readme file with service URLs for Metatube. - Added SingBox configuration files for various nodes (singbox, singbox_ca, singbox_jp, singbox_ka) with TLS settings and user credentials. - Included a bash script for downloading and installing the SingBox .deb package.
This commit is contained in:
parent
0a5837d464
commit
604e2dd307
|
|
@ -28,3 +28,13 @@ http://192.168.2.212:3000/tigeren/
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Build with registry tag
|
||||||
|
docker build -t 192.168.2.212:3000/tigeren/nextav:latest .
|
||||||
|
docker build -t 192.168.2.212:3000/tigeren/nextav:v1.0.0 .
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Push latest
|
||||||
|
docker push 192.168.2.212:3000/tigeren/nextav:latest
|
||||||
|
|
||||||
|
# Push versioned
|
||||||
|
docker push 192.168.2.212:3000/tigeren/nextav:v1.0.0
|
||||||
Binary file not shown.
|
|
@ -0,0 +1,8 @@
|
||||||
|
http://metatube.xorbit.link:9300/
|
||||||
|
|
||||||
|
https://metatube.xorbitlab.xyz:8443
|
||||||
|
https://metatube.xorbitlab.xyz
|
||||||
|
http://gianode3.xorbit.link:9300/
|
||||||
|
|
||||||
|
https://ntfy.xorbitlab.xyz
|
||||||
|
http://mainnode.xorbit.link:8083
|
||||||
|
|
@ -0,0 +1,52 @@
|
||||||
|
{
|
||||||
|
"log": {
|
||||||
|
"level": "info"
|
||||||
|
},
|
||||||
|
"dns": {
|
||||||
|
"servers": [
|
||||||
|
{
|
||||||
|
"address": "tls://8.8.8.8"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"inbounds": [
|
||||||
|
{
|
||||||
|
"type": "tuic",
|
||||||
|
"listen": "::",
|
||||||
|
"listen_port": 8444,
|
||||||
|
"users": [
|
||||||
|
{
|
||||||
|
"uuid": "1ddd6055-bc88-4086-a24a-b97324adf140",
|
||||||
|
"password": "ckdoacnioemskiwn"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"congestion_control": "bbr",
|
||||||
|
"tls": {
|
||||||
|
"enabled": true,
|
||||||
|
"alpn": [
|
||||||
|
"h3"
|
||||||
|
],
|
||||||
|
"certificate_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/usnode1.xorbit.link/usnode1.xorbit.link.crt",
|
||||||
|
"key_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/usnode1.xorbit.link/usnode1.xorbit.link.key"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
],
|
||||||
|
"outbounds": [
|
||||||
|
{
|
||||||
|
"type": "direct"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "dns",
|
||||||
|
"tag": "dns-out"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"route": {
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"protocol": "dns",
|
||||||
|
"outbound": "dns-out"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Copy the link address for the correct .deb file from GitHub
|
||||||
|
|
||||||
|
wget https://github.com/SagerNet/sing-box/releases/download/v1.9.7/sing-box_1.9.7_linux_amd64.deb
|
||||||
|
|
||||||
|
# Install the downloaded package
|
||||||
|
sudo dpkg -i sing-box_1.9.7_linux_amd64.deb
|
||||||
|
|
@ -0,0 +1,52 @@
|
||||||
|
{
|
||||||
|
"log": {
|
||||||
|
"level": "info"
|
||||||
|
},
|
||||||
|
"dns": {
|
||||||
|
"servers": [
|
||||||
|
{
|
||||||
|
"address": "tls://8.8.8.8"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"inbounds": [
|
||||||
|
{
|
||||||
|
"type": "tuic",
|
||||||
|
"listen": "::",
|
||||||
|
"listen_port": 8444,
|
||||||
|
"users": [
|
||||||
|
{
|
||||||
|
"uuid": "1ddd6055-bc88-4086-a24a-b97324adf140",
|
||||||
|
"password": "ckdoacnioemskiwn"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"congestion_control": "bbr",
|
||||||
|
"tls": {
|
||||||
|
"enabled": true,
|
||||||
|
"alpn": [
|
||||||
|
"h3"
|
||||||
|
],
|
||||||
|
"certificate_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/canode1.murmured.us/canode1.murmured.us.crt",
|
||||||
|
"key_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/canode1.murmured.us/canode1.murmured.us.key"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
],
|
||||||
|
"outbounds": [
|
||||||
|
{
|
||||||
|
"type": "direct"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "dns",
|
||||||
|
"tag": "dns-out"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"route": {
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"protocol": "dns",
|
||||||
|
"outbound": "dns-out"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,52 @@
|
||||||
|
{
|
||||||
|
"log": {
|
||||||
|
"level": "info"
|
||||||
|
},
|
||||||
|
"dns": {
|
||||||
|
"servers": [
|
||||||
|
{
|
||||||
|
"address": "tls://8.8.8.8"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"inbounds": [
|
||||||
|
{
|
||||||
|
"type": "tuic",
|
||||||
|
"listen": "::",
|
||||||
|
"listen_port": 8444,
|
||||||
|
"users": [
|
||||||
|
{
|
||||||
|
"uuid": "1ddd6055-bc88-4086-a24a-b97324adf140",
|
||||||
|
"password": "ckdoacnioemskiwn"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"congestion_control": "bbr",
|
||||||
|
"tls": {
|
||||||
|
"enabled": true,
|
||||||
|
"alpn": [
|
||||||
|
"h3"
|
||||||
|
],
|
||||||
|
"certificate_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/jpnode1.murmured.us/jpnode1.murmured.us.crt",
|
||||||
|
"key_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/jpnode1.murmured.us/jpnode1.murmured.us.key"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
],
|
||||||
|
"outbounds": [
|
||||||
|
{
|
||||||
|
"type": "direct"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "dns",
|
||||||
|
"tag": "dns-out"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"route": {
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"protocol": "dns",
|
||||||
|
"outbound": "dns-out"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,52 @@
|
||||||
|
{
|
||||||
|
"log": {
|
||||||
|
"level": "info"
|
||||||
|
},
|
||||||
|
"dns": {
|
||||||
|
"servers": [
|
||||||
|
{
|
||||||
|
"address": "tls://8.8.8.8"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"inbounds": [
|
||||||
|
{
|
||||||
|
"type": "tuic",
|
||||||
|
"listen": "::",
|
||||||
|
"listen_port": 8444,
|
||||||
|
"users": [
|
||||||
|
{
|
||||||
|
"uuid": "1ddd6055-bc88-4086-a24a-b97324adf140",
|
||||||
|
"password": "ckdoacnioemskiwn"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"congestion_control": "bbr",
|
||||||
|
"tls": {
|
||||||
|
"enabled": true,
|
||||||
|
"alpn": [
|
||||||
|
"h3"
|
||||||
|
],
|
||||||
|
"certificate_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/krnode1.murmured.us/krnode1.murmured.us.crt",
|
||||||
|
"key_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/krnode1.murmured.us/krnode1.murmured.us.key"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
],
|
||||||
|
"outbounds": [
|
||||||
|
{
|
||||||
|
"type": "direct"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "dns",
|
||||||
|
"tag": "dns-out"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"route": {
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"protocol": "dns",
|
||||||
|
"outbound": "dns-out"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue