First commit

This commit is contained in:
root
2024-01-18 22:44:30 +10:30
commit 85d253710f
28 changed files with 491 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
version: "3.7"
services:
router:
build:
context: .
dns:
- "10.0.0.243"
restart: always
hostname: router
tty: true
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun:/dev/net/tun