Skip to content

Commit

Permalink
feat: adding DE banks
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Dec 30, 2024
1 parent 450c855 commit 4270330
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Only create a single file if there are less than 10 entries total for the countr

The format of the TOML file should follow:

```
```text
# SPDX-FileCopyrightText: 2077 YOUR NAME HERE
#
# SPDX-License-Identifier: 0BSD
Expand All @@ -45,8 +45,7 @@ or the authentication host. If no additional hosts are necessary, omit the field
## Additional Repositories

The [IPv6 In Real Life] website is rendered from the frontend available at
https://github.com/Flameeyes/ipv6-in-real-life-frontend.

<https://github.com/Flameeyes/ipv6-in-real-life-frontend>.

[IPv6 In Real Life]: https://ipv6-in-real.life/?mtm_campaign=social&mtm_kwd=github&mtm_cid=ipv6-in-real-life
[Flameeyes]: https://flameeyes.blog/?mtm_campaign=social&mtm_kwd=github&mtm_cid=ipv6-in-real-life
Expand Down
Empty file.
49 changes: 49 additions & 0 deletions ipv6_in_real_life/data/de/bank.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# SPDX-FileCopyrightText: 2024 Goetz Gperisch
#
# SPDX-License-Identifier: 0BSD

[[bank]]
main_host = "www.dkb.de"
additional_hosts = [
"banking.dkb.de",
]

[[bank]]
main_host = "www.ing.de"
additional_hosts = [
"access.ing.de",
]


[[bank]]
main_host = "www.comdirect.de"
additional_hosts = [
"kunde.comdirect.de",
]

[[bank]]
main_host = "www.deutsche-bank.de"
additional_hosts = [
"meine.deutsche-bank.de/",
]

[[bank]]
main_host = "www.postbank.de"
additional_hosts = [
"banking.postbank.de",
]

[[bank]]
main_host = "traderepublic.com"
additional_hosts = [
"app.traderepublic.com/",
]

[[bank]]
main_host = "www.sparkasse.de"
additional_hosts = [
"www.berliner-sparkasse.de",
"www.frankfurter-sparkasse.de",
"www.deka.de",

]

0 comments on commit 4270330

Please sign in to comment.