[LINUX] When you want to play a game via Proxy

This article is a later story of How to fly Wi-Fi through Proxy brilliantly --Qiita who won the battle with Proxy. The environment etc. are based on the above article, so please read this article after reading it.

Why can't I play games via Proxy?

This is because the game makes heavy use of ports other than well-known ports. In other words, if the game side is using TLS communication other than the well-known port, you can set it on the Squid side to enable normal communication.

How did you specifically set it (the port to be added is 4432).

/etc/squid/squid.conf


- acl SSL_ports port 443
+ acl SSL_ports port 443 4432

+ acl Safe_ports port 4432

Just add the ports you want to add to SSL_ports and Safe_ports.

References

Proxy server (Squid) settings that use SSL ports other than 443: https://minory.org/proxy-squid-403-error.html

Recommended Posts

When you want to play a game via Proxy
When you want to plt.save in a for statement
[Django] A memorandum when you want to communicate asynchronously [Python3]
When you want to hit a UNIX command on Python
When you want to sort a multidimensional list by multiple lines
When you want a long line break
Gist repository to use when you want to try a little with ansible
When you want to replace a column with a missing value (NaN) column by column
I want to make a game with Python
If you want to create a Word Cloud.
When you want to update the chrome driver.
How to remember when you forget a word
What to do when you want to receive files from a Windows client remotely
Settings when you want to run python-mecab with travis
When you want to filter with Django REST framework
[Linux] When you want to search for a specific character string from multiple files
Solution when you want to use cv_bridge with python3 (virtualenv)
[AWS] What to do when you want to pip with Lambda
Use aggdraw when you want to draw beautifully with pillow
When you want to register Django's initial data with relationships
When you want to use python2.x on modern Gentoo Linux
When you want to quickly translate a C # sample into another language such as VB
A site to see when you want to read a machine learning paper but it seems difficult
If you want to become a data scientist, start with Kaggle
When you want to keep the Sphinx documentation theme as usual
Don't you want to say that you made a face recognition program?
[Python] When you want to use all variables in another file
If you want to assign csv export to a variable in python
When you want to save the result of the callback function somewhere
Key operations you want to know
When you want to send an object with requests using flask
When you want to replace multiple characters in a string without using regular expressions in python3 series
When you want to adjust the axis scale interval with APLpy
When you want to use it as it is when using it with lambda memo
Python Note: When you want to know the attributes of an object
When you want to change the HTTP headers of Flask's test client
[Python] If you want to draw a scatter plot of multiple clusters
I made a program to notify you by LINE when switches arrive
Wrapper when you want to output utf-8 + ansi color on Windows console
Memorandum of means when you want to make machine learning with 50 images
Want to solve a simple classification problem?
I want to print in a comprehension
I want to build a Python environment
I want to play with aws with python
Let's summarize what you want to do.
[Python3] Code that can be used when you want to cut out an image in a specific size
How to build an environment when you want to use python2.7 after installing Anaconda3
If you want to make a TODO application (distributed) now using only Python
If you want to display values using choices in a template in a Django model
Personal best practice template to use when you want to make MVP with Flask
[OpenCV] When you want to check if it is read properly with imread
Linux: Netplan configuration guide to see when you want to fix the IP address
[Python] What to check when you get a Unicode Decode Error in Django
When you want to erase characters at once in terminal or line unit
If you want to make a discord bot with python, let's use a framework
A convenient function memo to use when you want to enter the debugger if an error occurs when running a Python script.
I want to make matplotlib a dark theme
I want to easily create a Noise Model
I want to INSERT a DataFrame into MSSQL
Would you like to make a Twitter resume?
I want to create a window in Python