aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-01-15 21:50:56 +0900
committernsfisis <nsfisis@gmail.com>2026-01-15 21:50:56 +0900
commit58c69f03d159954b154fb7a5c3e4aa2ba34a9f73 (patch)
treed7154a1d0887a830fca105bef8b7c271e52922c7
parent50c4d45e0ddd969f4695ad8c346898e8b3522223 (diff)
downloaddotfiles-58c69f03d159954b154fb7a5c3e4aa2ba34a9f73.tar.gz
dotfiles-58c69f03d159954b154fb7a5c3e4aa2ba34a9f73.tar.zst
dotfiles-58c69f03d159954b154fb7a5c3e4aa2ba34a9f73.zip
claude: allow local binding in sandbox mode
-rw-r--r--.config/claude/settings.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/claude/settings.json b/.config/claude/settings.json
index 1c7b430..801ea8c 100644
--- a/.config/claude/settings.json
+++ b/.config/claude/settings.json
@@ -5,7 +5,10 @@
"autoAllowBashIfSandboxed": false,
"excludedCommands": [
"docker"
- ]
+ ],
+ "network": {
+ "allowLocalBinding": true
+ }
},
"permissions": {
"defaultMode": "acceptEdits",