Skip to content

Instantly share code, notes, and snippets.

@RafalNiewinski
RafalNiewinski / smtp-attackers.txt
Last active January 2, 2018 21:28
IP Addresses - SMTP Brute Force Nodes
1.214.208.226
2.137.100.108
2.139.229.39
5.9.150.183
5.10.188.118
5.101.0.34
5.101.77.150
5.135.75.193
5.206.226.97
5.230.152.14
@davidjrice
davidjrice / .travis.yml
Last active October 23, 2019 16:17 — forked from johanneswuerbach/.travis.yml
Travis CI + TestFlight integration (updated for Travis' new Mac VM setup / xctool)
language: objective-c
xcode_workspace: "<WorkspaceName.xcworkspace>"
xcode_scheme: "<SchemaName>"
script: xctool -workspace <WorkspaceName.xcworkspace> -scheme <SchemeName> -configuration Release build archive
before_script:
- ./scripts/travis/add-key.sh
after_script:
- ./scripts/travis/remove-key.sh
after_success:
- ./scripts/travis/testflight.sh