mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
Fixed IPv6 access inside Docker container
This commit is contained in:
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@@ -9,13 +9,14 @@
|
||||
".vscode": true,
|
||||
"LICENSE": true,
|
||||
"requirements.txt": true,
|
||||
"build-docker-image.sh": false,
|
||||
"build-docker-image.sh": true,
|
||||
".gitignore": true,
|
||||
"Dockerfile": false,
|
||||
"start-sync.sh": false,
|
||||
"Dockerfile": true,
|
||||
"start-sync.sh": true,
|
||||
"venv": true
|
||||
},
|
||||
"explorerExclude.backup": null,
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.enabled": true
|
||||
"python.linting.enabled": true,
|
||||
"python.pythonPath": "venv/bin/python"
|
||||
}
|
||||
Reference in New Issue
Block a user