Skip to content

Commit

Permalink
Merge pull request #45 from singchia/feat/readme
Browse files Browse the repository at this point in the history
optimize: add users in readme
  • Loading branch information
singchia authored Jun 5, 2024
2 parents f7a3cee + 42d4440 commit 7d04f2d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ English | [简体中文](./README_cn.md)

### Capabilities

Go-xtables is a wrapper for the iptables, ebtables, and arptables utils. It provides full features, extensions and abstractions from Netfilter, making it very convenient to use.
Go-xtables(production-ready) is a wrapper for the iptables, ebtables, and arptables utils. It provides full features, extensions and abstractions from Netfilter, making it very convenient to use.

Check out the [iptables godoc](https://pkg.go.dev/github.com/singchia/go-xtables/iptables) and [ebtables godoc](https://pkg.go.dev/github.com/singchia/go-xtables/ebtables) to learn about the 70+ ```match``` capabilities, 50+ ```target``` capabilities, and 10+ ```option``` capabilities.

Expand Down Expand Up @@ -327,8 +327,10 @@ If you want to contribute new features or help solve project problems, please fe
* Submit one feature at a time
* Include unit tests with the code you submit

## License
## Who is using

<img src="docs/users/Moresec-LOGO.png" width="100">

© Austin Zhai, 2022-2025
## License

Released under the [Apache License 2.0](https://github.com/singchia/go-xtables/blob/main/LICENSE)
8 changes: 6 additions & 2 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ ipt.Chain(iptables.ChainTypeOUTPUT).Policy(iptables.TargetTypeAccept)
* Arch Linux

## 参与开发
当前go-xtables处于能力验证阶段(POC),如果你发现任何Bug,请随意提出Issue,项目Maintainers会及时响应相关问题。
当前go-xtables处于生产就绪阶段,如果你发现任何Bug,请随意提出Issue,项目Maintainers会及时响应相关问题。

如果你希望能够提交Feature,更快速解决项目问题,满足以下简单条件下欢迎提交PR:

Expand All @@ -330,8 +330,12 @@ ipt.Chain(iptables.ChainTypeOUTPUT).Policy(iptables.TargetTypeAccept)

经过Code review没问题,就会合入代码。

## 谁在使用

<img src="docs/users/Moresec-LOGO.png" width="100">


## 许可证

© Austin Zhai, 2022-2025

Released under the [Apache License 2.0](https://github.com/singchia/go-xtables/blob/main/LICENSE)
Binary file added docs/users/Moresec-LOGO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/users/ZTA-LOGO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d04f2d

Please sign in to comment.