0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

7 commits

Author SHA1 Message Date
家鳖大帝
b7904ae548
fix(firewalld): remove (default) from the end of zone string (#11998) 2023-10-24 13:33:04 +02:00
Marc Cornellà
67b5bfaaa3 Rename some plugin READMEs for consistency 2019-12-27 02:37:27 +01:00
Konstantin Gribov
2b6434e879 Fixed fwl function in firewalld plugin when sources used (#7011)
`firewall-cmd --get-active-zones` returns something like this:

```
dmz
  sources: ipset:dmz-hosts
public
  interfaces: eth0
```

if zone binding is based on source ips, so strings with `sources: ...` should be excluded along with `interfaces: ...` to get zones list.
2018-08-29 11:57:02 -07:00
Rob Ede
db31d51576 corrected alias documentation 2016-09-08 00:27:46 +01:00
Rob Ede
a64d018a9d add readme 2016-09-08 00:18:26 +01:00
Rob Ede
e12f8e64ea sudo firewall-cmd calls 2016-09-08 00:05:55 +01:00
Rob Ede
e726af8f83 add firewalld aliases 2016-09-07 12:56:19 +01:00