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
function FindProxyForURL(url, host) { | |
debugPAC ="PAC Debug Information\n"; | |
debugPAC +="-----------------------------------\n"; | |
debugPAC +="Machine IP: " + myIpAddress() + "\n"; | |
debugPAC +="Hostname: " + host + "\n"; | |
if (isResolvable(host)) {resolvableHost = "True"} else {resolvableHost = "False"}; | |
debugPAC +="Host Resolvable: " + resolvableHost + "\n"; | |
debugPAC +="Hostname IP: " + dnsResolve(host) + "\n"; | |
if (isPlainHostName(host)) {plainHost = "True"} else {plainHost = "False"}; |
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
function FindProxyForURL(url, host) { | |
debugPAC ="PAC Debug Information\n"; | |
debugPAC +="-----------------------------------\n"; | |
debugPAC +="Machine IP: " + myIpAddress() + "\n"; | |
debugPAC +="Hostname: " + host + "\n"; | |
if (isResolvable(host)) {resolvableHost = "True"} else {resolvableHost = "False"}; | |
debugPAC +="Host Resolvable: " + resolvableHost + "\n"; | |
debugPAC +="Hostname IP: " + dnsResolve(host) + "\n"; | |
if (isPlainHostName(host)) {plainHost = "True"} else {plainHost = "False"}; |
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
Show hidden characters
{ | |
// 插件挂的一些hook | |
"waifu": { | |
"console_open_msg": ["哈哈,你打开了控制台,是想要看看我的秘密吗?"], | |
"copy_message": ["你都复制了些什么呀,转载要记得加上出处哦"], | |
"screenshot_message": ["照好了嘛,是不是很可爱呢?"], | |
"hidden_message": ["我们还能再见面的吧…"], | |
"load_rand_textures": ["我还没有其他衣服呢", "我的新衣服好看嘛"], | |
"hour_tips": { | |
"t5-7": ["早上好!一日之计在于晨,美好的一天就要开始了"], |
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
# /etc/nsmb.conf - macOS 11.3 - 2021-04-29 | |
#------------------------------------------------------------------------------ | |
# SMB configuration for macOS 11.3 <-> Synology | |
#------------------------------------------------------------------------------ | |
# Additional information: | |
# ----------------------- | |
# https://support.apple.com/de-de/HT211927 | |
# https://support.apple.com/en-us/HT208209 | |
# https://apple.stackexchange.com/questions/309016/smb-share-deadlocks-since-high-sierra | |
# https://photographylife.com/afp-vs-nfs-vs-smb-performance |