diff --git a/.vitepress/theme/locations.ts b/.vitepress/theme/locations.ts index 3d7f560..cf4bb82 100644 --- a/.vitepress/theme/locations.ts +++ b/.vitepress/theme/locations.ts @@ -3,8 +3,9 @@ const CITY = { }; const DISTRICT = { - 渔业社区: "宝安区西乡街道渔业社区", + 大冲社区: "南山区粤海街道大冲社区", 高新区社区: "南山区粤海街道高新区社区", + 渔业社区: "宝安区西乡街道渔业社区", }; const LOCATIONS = { @@ -15,6 +16,10 @@ const LOCATIONS = { 创维半导体设计大厦西座: { city: CITY.深圳, district: DISTRICT.高新区社区, + }, + 大冲新城花园: { + city: CITY.深圳, + district: DISTRICT.大冲社区, } }; diff --git a/posts/better-not-mess-around-with-iptables/README.md b/posts/better-not-mess-around-with-iptables/README.md new file mode 100644 index 0000000..e4a63a2 --- /dev/null +++ b/posts/better-not-mess-around-with-iptables/README.md @@ -0,0 +1,14 @@ +--- +date: 2019-12-14 +spot: 大冲新城花园 +sort: Computer Science +tags: + - iptables + - TCP + - MySQL + - Unix domain socket +--- + +# 慎用 iptables:误用规则引发的疑问 + +![BCY0349 Masquerade](./bcy0349.jpg "Permitted under the [Terms and conditions](https://www.dfo-mpo.gc.ca/terms-conditions-avis-eng.htm). ©️ [**Contributors**](https://www.dfo-mpo.gc.ca/species-especes/mammals-mammiferes/humpback-rorqual-a-bosse/photos/index-eng.html) on [*dfo-mpo.gc.ca*](https://www.dfo-mpo.gc.ca/species-especes/mammals-mammiferes/humpback-rorqual-a-bosse/photos/bcy-eng.html).") diff --git a/posts/better-not-mess-around-with-iptables/bcy0349.jpg b/posts/better-not-mess-around-with-iptables/bcy0349.jpg new file mode 100644 index 0000000..0701bbd Binary files /dev/null and b/posts/better-not-mess-around-with-iptables/bcy0349.jpg differ