- Mastering MongoDB 3.x
- Alex Giamas
- 51字
- 2021-08-20 10:10:58
Limiting network exposure
The oldest security method to secure any server is to disallow it from accepting connections from unknown sources. In MongoDB, this is done in a configuration file with a simple line:
net:
bindIp: <string>
Her, <string> is a comma-separated list of IPs that the MongoDB server will accept connections from.
推薦閱讀
- 大數(shù)據(jù)導(dǎo)論:思維、技術(shù)與應(yīng)用
- Unreal Engine:Game Development from A to Z
- 計(jì)算機(jī)應(yīng)用
- Splunk 7 Essentials(Third Edition)
- 火格局的時(shí)空變異及其在電網(wǎng)防火中的應(yīng)用
- Windows XP中文版應(yīng)用基礎(chǔ)
- 群體智能與數(shù)據(jù)挖掘
- 大數(shù)據(jù)技術(shù)入門(第2版)
- 空間傳感器網(wǎng)絡(luò)復(fù)雜區(qū)域智能監(jiān)測技術(shù)
- 分?jǐn)?shù)階系統(tǒng)分析與控制研究
- 運(yùn)動(dòng)控制系統(tǒng)
- 電腦日常使用與維護(hù)322問
- INSTANT Heat Maps in R:How-to
- Working with Linux:Quick Hacks for the Command Line
- 深度學(xué)習(xí)原理與 TensorFlow實(shí)踐