Martin Wilhelmi

Results 44 comments of Martin Wilhelmi

sounds like this code can be helpful https://github.com/ldx/python-iptables/blob/master/iptc/ip4tc.py#L967-L972 might be also possible to add a `mailcow` specific comment to the rule and search for this comment?

maybe usage of `iptc.easy.decode_iptc_rule(rule)` and comparing the return value of it (except the counters) would do the same

```python table = iptc.Table('nat') table.refresh() chain = iptc.Chain(table, 'POSTROUTING') table.autocommit = False for r in chain.rules: if r.get_src() != rule.get_src() and \ r.get_dst() != rule.get_dst() and \ r.target.parameters != rule.target.parameters...

@mdevaev thank you, still no sound with this edid file and Windows 11 as guest system on the server.

@phoet ja, mache ich am Wochenende.

Hey, I have had email contact with Michael from MoneyMoney regarding this Extension. He recommended, if I want to sign this version, to fork the repository and integrate your PR....

It's fixed in https://github.com/mnin/coinbase-moneymoney and signed.

I was able to add the rule manually on the host system: ```shell ip6tables -t nat -I POSTROUTING 1 -s fd4d:6169:6c63:6f77::/64 ! -d fd4d:6169:6c63:6f77::/64 -j SNAT --to-source 0::0 ``` Curl...

Hey Sascha, I tested a few things but could not reproduce this error. Can you share the first call response (anonymized) to https://api.coinbase.com/v2/user? Thanks, Martin

Thank you, do you have a Currency on the https://accounts.coinbase.com/profile page? Like this: