Compare commits
2 Commits
fad53e1f93
...
f52a446a9d
| Author | SHA1 | Date |
|---|---|---|
|
|
f52a446a9d | |
|
|
9fe74509cf |
|
|
@ -14,7 +14,7 @@
|
|||
"updateSubmodules": false,
|
||||
"syncMethod": "merge",
|
||||
"customMessageOnAutoBackup": false,
|
||||
"autoBackupAfterFileChange": true,
|
||||
"autoBackupAfterFileChange": false,
|
||||
"treeStructure": false,
|
||||
"refreshSourceControl": true,
|
||||
"basePath": "",
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
"showedMobileNotice": true,
|
||||
"refreshSourceControlTimer": 7000,
|
||||
"showBranchStatusBar": true,
|
||||
"setLastSaveToLastCommit": false,
|
||||
"setLastSaveToLastCommit": true,
|
||||
"submoduleRecurseCheckout": false,
|
||||
"gitDir": "",
|
||||
"showFileMenu": true,
|
||||
|
|
|
|||
|
|
@ -295,6 +295,12 @@ Restart jail
|
|||
service jail restart <jailname>
|
||||
```
|
||||
|
||||
Console without SSH
|
||||
|
||||
```
|
||||
service jail console 1
|
||||
```
|
||||
|
||||
# PF firewall enable FTP client using ftpproxy
|
||||
|
||||
Install ftp proxy
|
||||
|
|
|
|||
Loading…
Reference in New Issue