Compare commits
9 Commits
a9da932e31
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 49462ef1b1 | |||
| dffa7a9c82 | |||
| fac443e22b | |||
| 8624ffd1cb | |||
| ad5de2a44a | |||
| 7ad47f37fc | |||
| 6b6ee68cb7 | |||
| 93f521806e | |||
| fc119b64a5 |
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
* text=auto
|
||||
3
Dockerfile
Normal file → Executable file
3
Dockerfile
Normal file → Executable file
@@ -12,7 +12,8 @@ ControlPort 0
|
||||
ORPort 0
|
||||
DirPort 0
|
||||
TransPort 0
|
||||
DNSPort 0
|
||||
DNSPort 9053
|
||||
AutomapHostsOnResolve 1
|
||||
ExitPolicy reject *:*
|
||||
|
||||
AvoidDiskWrites 1
|
||||
|
||||
1
compose.yml
Normal file → Executable file
1
compose.yml
Normal file → Executable file
@@ -10,3 +10,4 @@ services:
|
||||
- ALL
|
||||
cap_add:
|
||||
- NET_BIND_SERVICE
|
||||
- NET_RAW
|
||||
Reference in New Issue
Block a user