This file contains hidden or 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
# Put under /etc/ | |
# SOCKS5 proxy access control | |
# One IPv4 address per line | |
127.0.0.1 |
This file contains hidden or 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
# Simple web server | |
# Use N_ envvar to identify the process | |
run lambda {|env| | |
[ 200, {}, "Ok @ #{ENV["N_"]}"] | |
} |
NewerOlder