-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add linuxman config file just so we avoid warning
- Loading branch information
Richard Schmitt
committed
Jul 18, 2024
1 parent
7c95540
commit 8c786b2
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<of_core version="0.0"> | ||
<logging> | ||
<console>yes</console> | ||
<level>2</level> | ||
</logging> | ||
<devicename>localhost</devicename> | ||
<uuid>00000000-0000-0000-0000-000000000000</uuid> | ||
<description>Open Files</description> | ||
<ip> | ||
<autoip>no</autoip> | ||
<interfaces> | ||
<config>auto</config> | ||
</interfaces> | ||
<dnslist></dnslist> | ||
</ip> | ||
<drives> | ||
<map> | ||
<drive>test</drive> | ||
<description>Remote for test_file</description> | ||
<path>//user:happy@127.0.0.1:445/spiritcloud/</path> | ||
</map> | ||
</drives> | ||
<smb> | ||
<max_events>5</max_events> | ||
<time_period>30000</time_period> | ||
<max_version>0311</max_version> | ||
<ciphers> | ||
<cipher>aes128-ccm</cipher> | ||
<cipher>aes128-gcm</cipher> | ||
</ciphers> | ||
</smb> | ||
</of_core> | ||
|