mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
dont try to add sosnet if it exists
This commit is contained in:
12
.vscode/sftp.json
vendored
Normal file
12
.vscode/sftp.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "10.66.166.230",
|
||||
"host": "10.66.166.230",
|
||||
"protocol": "sftp",
|
||||
"port": 22,
|
||||
"username": "onionuser",
|
||||
"remotePath": "/home/onionuser/so/",
|
||||
"uploadOnSave": false,
|
||||
"useTempFile": false,
|
||||
"autoDelete": true,
|
||||
"openSsh": false
|
||||
}
|
||||
@@ -61,3 +61,4 @@ sos_docker_net:
|
||||
com.docker.network.bridge.name: 'sosbridge'
|
||||
com.docker.network.driver.mtu: '1500'
|
||||
com.docker.network.bridge.enable_ip_masquerade: 'true'
|
||||
- unless: `docker network ls | grep sosnet`
|
||||
|
||||
Reference in New Issue
Block a user