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
#!/usr/bin/env python | |
# download the current Amazon AWS list of netblocks and dump it into | |
# two files, one each for IPv4 and IPv6. The result can be imported | |
# into firewalld ipsets using --add-entries-from-file | |
import requests | |
ipv4_filename = 'AmazonAWS_ipv4.zone' | |
ipv6_filename = 'AmazonAWS_ipv6.zone' |
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
@rem build all variants needed of Boost library | |
@rem debug/release, static/dynamic CRT linkage, 32/64 bit | |
@rem vc10/vc12/vc14/vc141/vc142 | |
@rem run from %boost_root% directory | |
pushd %boost_root% | |
call .\bootstrap.bat --without-python | |
@rem Visual Studio 2019 |
NewerOlder