-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Maxmind database file (#6)
* Add file-based maxmind IP lookup. * Add deploy file. * Fix install and setup for geoipupdate * Add build arg and target. * Rename to avoid loop * Rename to avoid loop * Rename to avoid loop * Rename to avoid loop * Rename to avoid loop * Try bash * Try bash * Try bash * Add secrets, simplify * Add secrets, simplify * Add secrets, simplify * Add secrets, simplify * Remove yml config * Update env and readme. * Revert "Remove yml config" This reverts commit db94744. * Rename * Update dockerfile. * Remove trigger yml
- Loading branch information
1 parent
35f5925
commit 2ba1923
Showing
5 changed files
with
56 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
/usr/local/bin/geoipupdate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters